|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutExpiredException | |
---|---|
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 TimeoutExpiredException in com.sun.jini.mahalo |
---|
Methods in com.sun.jini.mahalo that throw TimeoutExpiredException | |
---|---|
void |
TxnManagerImpl.abort_impl(Object id,
long waitFor)
|
void |
TxnManagerImpl.abort(long id,
long waitFor)
|
void |
TxnMgrProxy.abort(long id,
long waitFor)
|
void |
TxnManagerImpl.abort(Object xid,
long waitFor)
|
void |
TxnMgrProxy.abort(Object xid,
long waitFor)
|
void |
TxnManagerImpl.commit(long id,
long waitFor)
|
void |
TxnMgrProxy.commit(long id,
long waitFor)
|
void |
TxnManagerImpl.commit(Object xid,
long waitFor)
|
void |
TxnMgrProxy.commit(Object xid,
long waitFor)
|
Uses of TimeoutExpiredException in net.jini.core.transaction |
---|
Methods in net.jini.core.transaction that throw TimeoutExpiredException | |
---|---|
void |
Transaction.abort(long waitFor)
Abort the transaction, waiting for participants to be notified of the decision. |
void |
Transaction.commit(long waitFor)
Commit the transaction, waiting for participants to be notified of the decision. |
Uses of TimeoutExpiredException in net.jini.core.transaction.server |
---|
Methods in net.jini.core.transaction.server that throw TimeoutExpiredException | |
---|---|
void |
ServerTransaction.abort(long waitFor)
|
void |
TransactionManager.abort(long id,
long waitFor)
Abort the transaction, waiting for participants to be notified of the decision. |
void |
ExtendedTransactionManager.abort(Object xid,
long waitFor)
|
void |
ServerTransaction.commit(long waitFor)
|
void |
TransactionManager.commit(long id,
long waitFor)
Commit the transaction, waiting for participants to be notified of the decision. |
void |
ExtendedTransactionManager.commit(Object xid,
long waitFor)
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |