Package com.arjuna.ats.jts.extensions
Class DebugTxAssociation
java.lang.Object
com.arjuna.ats.jts.extensions.DebugTxAssociation
- All Implemented Interfaces:
TxAssociation
Whereas TxAssociation classes are on a per
thread basis, insances of this type apply to all threads.
- Since:
- JTS 2.0.
- Version:
- $Id: DebugTxAssociation.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
begin
(com.arjuna.ats.internal.jts.ControlWrapper tx) void
commit
(com.arjuna.ats.internal.jts.ControlWrapper tx) 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)
-
Constructor Details
-
DebugTxAssociation
public DebugTxAssociation()
-
-
Method Details
-
begin
public void begin(com.arjuna.ats.internal.jts.ControlWrapper tx) throws org.omg.CORBA.SystemException - Specified by:
begin
in interfaceTxAssociation
- Throws:
org.omg.CORBA.SystemException
-
commit
public void commit(com.arjuna.ats.internal.jts.ControlWrapper tx) throws org.omg.CORBA.SystemException - Specified by:
commit
in interfaceTxAssociation
- Throws:
org.omg.CORBA.SystemException
-
rollback
public void rollback(com.arjuna.ats.internal.jts.ControlWrapper tx) throws org.omg.CORBA.SystemException - Specified by:
rollback
in interfaceTxAssociation
- Throws:
org.omg.CORBA.SystemException
-
suspend
public void suspend(com.arjuna.ats.internal.jts.ControlWrapper tx) throws org.omg.CORBA.SystemException - Specified by:
suspend
in interfaceTxAssociation
- Throws:
org.omg.CORBA.SystemException
-
resume
public void resume(com.arjuna.ats.internal.jts.ControlWrapper tx) throws org.omg.CORBA.SystemException - Specified by:
resume
in interfaceTxAssociation
- Throws:
org.omg.CORBA.SystemException
-
name
- Specified by:
name
in interfaceTxAssociation
-