Uses of Class
net.jini.core.transaction.CannotCommitException
Packages that use CannotCommitException
-
Uses of CannotCommitException in com.gigaspaces.client.transaction.local
Methods in com.gigaspaces.client.transaction.local that throw CannotCommitException -
Uses of CannotCommitException in com.gigaspaces.client.transaction.xa
Methods in com.gigaspaces.client.transaction.xa that throw CannotCommitException -
Uses of CannotCommitException in com.gigaspaces.internal.transaction
Methods in com.gigaspaces.internal.transaction that throw CannotCommitException -
Uses of CannotCommitException in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that throw CannotCommitExceptionModifier and TypeMethodDescriptionvoidTxnManagerImpl.commit(long id) voidTxnManagerImpl.commit(long id, long waitFor) voidvoidvoidTxnMgrProxy.commit(long id) voidTxnMgrProxy.commit(long id, long waitFor) voidvoidintprepare the underlying xtn designated by the rendered xidintvoidTxnManager.reenterPreparedExternalXid(Object xid, List<TransactionParticipant> parts) given a prepared xid (retrieved from participants) reenlist it and its participants- used in XAvoidTxnManagerImpl.reenterPreparedExternalXid(Object xid, List<TransactionParticipant> parts) voidTxnMgrProxy.reenterPreparedExternalXid(Object xid, List<TransactionParticipant> parts) Retrieves aTransactiongiven the transaction's ID. -
Uses of CannotCommitException in net.jini.core.transaction
Subclasses of CannotCommitException in net.jini.core.transactionModifier and TypeClassDescriptionclassException thrown when a transaction cannot commit on multiple partitions because it has already aborted or must now be aborted.Methods in net.jini.core.transaction that throw CannotCommitException -
Uses of CannotCommitException in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that throw CannotCommitExceptionModifier and TypeMethodDescriptionvoidvoidvoidServerTransaction.commit()voidServerTransaction.commit(long waitFor) voidTransactionManager.commit(long id) Commit the transaction.voidTransactionManager.commit(long id, long waitFor) Commit the transaction, waiting for participants to be notified of the decision.intprepare the underlying xtn designated by the rendered xid -
Uses of CannotCommitException in org.openspaces.core.executor.mvcc.protocol
Methods in org.openspaces.core.executor.mvcc.protocol that throw CannotCommitExceptionModifier and TypeMethodDescriptionprotected voidAbstractCommitTwoPhaseTask.commitEmbeddedTransaction()protected abstract AbstractMVCCProtocolTaskResultAbstractCommitTwoPhaseTask.executeCommitTask()