Uses of Class
net.jini.core.transaction.TimeoutExpiredException
Packages that use TimeoutExpiredException
-
Uses of TimeoutExpiredException in com.gigaspaces.client.transaction.local
Methods in com.gigaspaces.client.transaction.local that throw TimeoutExpiredException -
Uses of TimeoutExpiredException in com.gigaspaces.client.transaction.xa
Methods in com.gigaspaces.client.transaction.xa that throw TimeoutExpiredException -
Uses of TimeoutExpiredException in com.gigaspaces.internal.transaction
Methods in com.gigaspaces.internal.transaction that throw TimeoutExpiredException -
Uses of TimeoutExpiredException in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that throw TimeoutExpiredExceptionModifier and TypeMethodDescriptionvoidTxnManagerImpl.abort(long id, long waitFor) voidvoidTxnMgrProxy.abort(long id, long waitFor) voidvoidTxnManagerImpl.abort_impl(Object id, long waitFor) voidTxnManagerImpl.commit(long id, long waitFor) voidvoidTxnMgrProxy.commit(long id, long waitFor) void -
Uses of TimeoutExpiredException in net.jini.core.transaction
Methods in net.jini.core.transaction that throw TimeoutExpiredException -
Uses of TimeoutExpiredException in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that throw TimeoutExpiredExceptionModifier and TypeMethodDescriptionvoidvoidServerTransaction.abort(long waitFor) voidTransactionManager.abort(long id, long waitFor) Abort the transaction, waiting for participants to be notified of the decision.voidvoidServerTransaction.commit(long waitFor) voidTransactionManager.commit(long id, long waitFor) Commit the transaction, waiting for participants to be notified of the decision.