|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemq.service.impl.AbstractTransaction
org.activemq.service.impl.LocalTransactionCommand
public class LocalTransactionCommand
| Field Summary |
|---|
| Fields inherited from class org.activemq.service.impl.AbstractTransaction |
|---|
FINISHED_STATE, IN_USE_STATE, PREPARED_STATE, START_STATE |
| Constructor Summary | |
|---|---|
LocalTransactionCommand(Map localTxs,
String txid,
TransactionStore transactionStore)
|
|
| Method Summary | |
|---|---|
void |
commit(boolean onePhase)
|
Object |
getTransactionId()
|
boolean |
isXaTransacted()
|
int |
prepare()
|
void |
rollback()
|
| Methods inherited from class org.activemq.service.impl.AbstractTransaction |
|---|
addPostCommitTask, addPostRollbackTask, addPrePrepareTask, getState, postCommit, postRollback, prePrepare, setState, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalTransactionCommand(Map localTxs,
String txid,
TransactionStore transactionStore)
| Method Detail |
|---|
public void commit(boolean onePhase)
throws XAException
XAException
public void rollback()
throws XAException
XAException
public int prepare()
throws XAException
XAExceptionpublic boolean isXaTransacted()
public Object getTransactionId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||