|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotCommitException | |
---|---|
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. |
Uses of CannotCommitException in com.sun.jini.mahalo |
---|
Methods in com.sun.jini.mahalo that throw CannotCommitException | |
---|---|
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. |
Uses of CannotCommitException in net.jini.core.transaction |
---|
Methods in net.jini.core.transaction that throw CannotCommitException | |
---|---|
void |
Transaction.commit()
Commit the transaction. |
void |
Transaction.commit(long waitFor)
Commit the transaction, waiting for participants to be notified of the decision. |
Uses of CannotCommitException in net.jini.core.transaction.server |
---|
Methods in net.jini.core.transaction.server that throw CannotCommitException | |
---|---|
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 |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |