Class TransactionManagerService

    • Constructor Detail

      • TransactionManagerService

        public TransactionManagerService()
    • Method Detail

      • start

        public void start​(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