public class DebugTxAssociation extends java.lang.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) |
java.lang.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 org.omg.CORBA.SystemException
begin in interface TxAssociationorg.omg.CORBA.SystemExceptionpublic void commit(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws org.omg.CORBA.SystemException
commit in interface TxAssociationorg.omg.CORBA.SystemExceptionpublic void rollback(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws org.omg.CORBA.SystemException
rollback in interface TxAssociationorg.omg.CORBA.SystemExceptionpublic void suspend(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws org.omg.CORBA.SystemException
suspend in interface TxAssociationorg.omg.CORBA.SystemExceptionpublic void resume(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws org.omg.CORBA.SystemException
resume in interface TxAssociationorg.omg.CORBA.SystemExceptionpublic java.lang.String name()
name in interface TxAssociation