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