Package | Description |
---|---|
com.sun.jini.mahalo |
Provides implementations of the
TransactionManager service.
|
net.jini.core.transaction |
These are the transaction abstraction's interfaces and classes.
|
net.jini.core.transaction.server |
These are the default transaction semantics for participant/manager interaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TxnManagerImpl.commit(long id) |
void |
TxnMgrProxy.commit(long id) |
void |
TxnManagerImpl.commit(long id,
long waitFor) |
void |
TxnMgrProxy.commit(long id,
long waitFor) |
void |
TxnManagerImpl.commit(Object xid) |
void |
TxnMgrProxy.commit(Object xid) |
void |
TxnManagerImpl.commit(Object xid,
long waitFor) |
void |
TxnMgrProxy.commit(Object xid,
long waitFor) |
int |
TxnManagerImpl.prepare(Object xid)
prepare the underlying xtn designated by the rendered xid
|
int |
TxnMgrProxy.prepare(Object xid) |
void |
TxnManager.reenterPreparedExternalXid(Object xid,
List<TransactionParticipant> parts)
given a prepared xid (retrieved from participants) reenlist it and its participants- used in XA
|
void |
TxnManagerImpl.reenterPreparedExternalXid(Object xid,
List<TransactionParticipant> parts) |
void |
TxnMgrProxy.reenterPreparedExternalXid(Object xid,
List<TransactionParticipant> parts)
Retrieves a
Transaction given the
transaction's ID. |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.commit()
Commit the transaction.
|
void |
Transaction.commit(long waitFor)
Commit the transaction, waiting for participants to be notified of
the decision.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerTransaction.commit() |
void |
ServerTransaction.commit(long waitFor) |
void |
TransactionManager.commit(long id)
Commit the transaction.
|
void |
TransactionManager.commit(long id,
long waitFor)
Commit the transaction, waiting for participants to be notified of
the decision.
|
void |
ExtendedTransactionManager.commit(Object xid) |
void |
ExtendedTransactionManager.commit(Object xid,
long waitFor) |
int |
ExtendedTransactionManager.prepare(Object xid)
prepare the underlying xtn designated by the rendered xid
|
Copyright © GigaSpaces.