Class DebugTxAssociation

java.lang.Object
com.arjuna.ats.jts.extensions.DebugTxAssociation
All Implemented Interfaces:
TxAssociation

public class DebugTxAssociation extends Object implements 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 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 interface TxAssociation
      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 interface TxAssociation
      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 interface TxAssociation
      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 interface TxAssociation
      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 interface TxAssociation
      Throws:
      org.omg.CORBA.SystemException
    • name

      public String name()
      Specified by:
      name in interface TxAssociation