Package | Description |
---|---|
com.gigaspaces.client.transaction.local | |
com.gigaspaces.client.transaction.xa | |
com.gigaspaces.internal.transaction | |
com.sun.jini.mahalo |
Provides implementations of the
TransactionManager service.
|
net.jini.core.transaction | |
net.jini.core.transaction.server |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransactionManagerImpl.abort(long id,
long waitFor)
Deprecated.
|
void |
LocalTransactionManagerImpl.commit(long xtnID,
long waitFor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
GSServerTransaction.abort(long l) |
void |
GSServerTransaction.commit(long l) |
Modifier and Type | Method and Description |
---|---|
void |
DummyTransactionManager.abort(long id,
long waitFor) |
void |
DummyTransactionManager.abort(Object xid,
long waitFor) |
void |
DummyTransactionManager.commit(long id,
long waitFor) |
void |
DummyTransactionManager.commit(Object xid,
long waitFor) |
Modifier and Type | Method and Description |
---|---|
void |
TxnManagerImpl.abort_impl(Object id,
long waitFor) |
void |
TxnMgrProxy.abort(long id,
long waitFor) |
void |
TxnManagerImpl.abort(long id,
long waitFor) |
void |
TxnMgrProxy.abort(Object xid,
long waitFor) |
void |
TxnManagerImpl.abort(Object xid,
long waitFor) |
void |
TxnMgrProxy.commit(long id,
long waitFor) |
void |
TxnManagerImpl.commit(long id,
long waitFor) |
void |
TxnMgrProxy.commit(Object xid,
long waitFor) |
void |
TxnManagerImpl.commit(Object xid,
long waitFor) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © GigaSpaces.