public class DebugTxAssociation extends Object implements TxAssociation
| Constructor and Description |
|---|
DebugTxAssociation() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void |
commit(com.arjuna.ats.internal.jts.ControlWrapper tx) |
String |
name() |
void |
resume(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void |
rollback(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void |
suspend(com.arjuna.ats.internal.jts.ControlWrapper tx) |
public void begin(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
begin in interface TxAssociationSystemExceptionpublic void commit(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
commit in interface TxAssociationSystemExceptionpublic void rollback(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
rollback in interface TxAssociationSystemExceptionpublic void suspend(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
suspend in interface TxAssociationSystemExceptionpublic void resume(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
resume in interface TxAssociationSystemExceptionpublic String name()
name in interface TxAssociationCopyright © 2014. All Rights Reserved.