| 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.abort_impl(Object id,
          long waitFor)  | 
void | 
TxnManagerImpl.abort(long id)  | 
void | 
TxnMgrProxy.abort(long id)  | 
void | 
TxnManagerImpl.abort(long id,
     long waitFor)  | 
void | 
TxnMgrProxy.abort(long id,
     long waitFor)  | 
void | 
TxnManagerImpl.abort(Object xid)  | 
void | 
TxnMgrProxy.abort(Object xid)  | 
void | 
TxnManagerImpl.abort(Object xid,
     long waitFor)  | 
void | 
TxnMgrProxy.abort(Object xid,
     long waitFor)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Transaction.abort()
Abort the transaction. 
 | 
void | 
Transaction.abort(long waitFor)
Abort the transaction, waiting for participants to be notified of
 the decision. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServerTransaction.abort()  | 
void | 
ServerTransaction.abort(long waitFor)  | 
void | 
TransactionManager.abort(long id)
Abort the transaction. 
 | 
void | 
TransactionManager.abort(long id,
     long waitFor)
Abort the transaction, waiting for participants to be notified of
 the decision. 
 | 
void | 
ExtendedTransactionManager.abort(Object xid)  | 
void | 
ExtendedTransactionManager.abort(Object xid,
     long waitFor)  | 
Copyright © GigaSpaces.