Class TransactionManagerService

java.lang.Object
com.arjuna.ats.jbossatx.jta.TransactionManagerService
com.arjuna.ats.jbossatx.jts.TransactionManagerService
All Implemented Interfaces:
TransactionManagerServiceMBean, TransactionManagerServiceMBean

public class TransactionManagerService extends TransactionManagerService implements TransactionManagerServiceMBean
JBoss Transaction Manager Service. Should be configured via deploy/transaction-jboss-beans.xml
Version:
$Id: TransactionManagerService.java,v 1.17 2005/06/24 15:24:14 kconner Exp $
Author:
Richard A. Begg (richard.begg@arjuna.com)
  • Constructor Details

    • TransactionManagerService

      public TransactionManagerService()
  • Method Details

    • start

      public void start()
      Overrides:
      start in class TransactionManagerService
    • start

      public void start(org.omg.CORBA.ORB theCorbaORB) throws Exception
      Parameters:
      theCorbaORB - an orb that the TM should use for JTS operations. The caller is responsible for shutting down and destroying this orb
      Throws:
      Exception
    • setPropagateFullContext

      public void setPropagateFullContext(boolean propagateFullContext)
      Set whether the transaction propagation context manager should propagate a full PropagationContext (JTS) or just a cut-down version (for JTA).
      Specified by:
      setPropagateFullContext in interface TransactionManagerServiceMBean
      Parameters:
      propagateFullContext -
    • getPropagateFullContext

      public boolean getPropagateFullContext()
      Retrieve whether the transaction propagation context manager should propagate a full PropagationContext (JTS) or just a cut-down version (for JTA).
      Specified by:
      getPropagateFullContext in interface TransactionManagerServiceMBean