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 | |
org.openspaces.core.executor.mvcc.protocol |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransactionManagerImpl.commit(long xtnID)
Deprecated.
|
void |
LocalTransactionManagerImpl.commit(long xtnID,
long waitFor)
Deprecated.
|
void |
LocalTransactionManagerImpl.commit(Object xid)
Deprecated.
|
void |
LocalTransactionManagerImpl.commit(Object xid,
long waitFor)
Deprecated.
|
int |
LocalTransactionManagerImpl.prepare(Object xid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
GSServerTransaction.commit() |
void |
GSServerTransaction.commit(long l) |
Modifier and Type | Method and Description |
---|---|
void |
DummyTransactionManager.commit(long id) |
void |
DummyTransactionManager.commit(long id,
long waitFor) |
void |
DummyTransactionManager.commit(Object xid) |
void |
DummyTransactionManager.commit(Object xid,
long waitFor) |
int |
DummyTransactionManager.prepare(Object xid) |
Modifier and Type | Method and Description |
---|---|
void |
TxnMgrProxy.commit(long id) |
void |
TxnManagerImpl.commit(long id) |
void |
TxnMgrProxy.commit(long id,
long waitFor) |
void |
TxnManagerImpl.commit(long id,
long waitFor) |
void |
TxnMgrProxy.commit(Object xid) |
void |
TxnManagerImpl.commit(Object xid) |
void |
TxnMgrProxy.commit(Object xid,
long waitFor) |
void |
TxnManagerImpl.commit(Object xid,
long waitFor) |
int |
TxnMgrProxy.prepare(Object xid) |
int |
TxnManagerImpl.prepare(Object xid)
prepare the underlying xtn designated by the rendered xid
|
void |
TxnMgrProxy.reenterPreparedExternalXid(Object xid,
List<TransactionParticipant> parts)
Retrieves a
Transaction given the transaction's ID. |
void |
TxnManager.reenterPreparedExternalXid(Object xid,
List<TransactionParticipant> parts)
given a prepared xid (retrieved from participants) reenlist it and its participants- used in
XA
|
void |
TxnManagerImpl.reenterPreparedExternalXid(Object xid,
List<TransactionParticipant> parts) |
Modifier and Type | Class and Description |
---|---|
class |
CannotCommitDistributedException
Exception thrown when a transaction cannot commit on multiple partitions because it has already
aborted or must now be aborted.
|
Modifier and Type | Method and Description |
---|---|
void |
Transaction.commit()
Commit the transaction.
|
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.commit() |
void |
ServerTransaction.commit(long waitFor) |
void |
TransactionManager.commit(long id)
Commit the transaction.
|
void |
TransactionManager.commit(long id,
long waitFor)
Commit the transaction, waiting for participants to be notified of the decision.
|
void |
ExtendedTransactionManager.commit(Object xid) |
void |
ExtendedTransactionManager.commit(Object xid,
long waitFor) |
int |
ExtendedTransactionManager.prepare(Object xid)
prepare the underlying xtn designated by the rendered xid
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCommitTwoPhaseTask.commitEmbeddedTransaction() |
protected abstract AbstractMVCCProtocolTaskResult |
AbstractCommitTwoPhaseTask.executeCommitTask() |
Copyright © GigaSpaces.