Class TransactionManagerService

    • Field Detail

    • Constructor Detail

      • TransactionManagerService

        public TransactionManagerService()
    • Method Detail

      • create

        public void create()
      • destroy

        public void destroy()
      • start

        public void start()
      • stop

        public void stop()
      • getXATerminator

        public org.jboss.tm.JBossXATerminator getXATerminator()
        Deprecated.
        use getJbossXATerminator instead
        Get the XA Terminator
        Specified by:
        getXATerminator in interface TransactionManagerServiceMBean
        Returns:
        the XA Terminator
      • getJbossXATerminator

        public org.jboss.tm.JBossXATerminator getJbossXATerminator()
      • setJbossXATerminator

        public void setJbossXATerminator​(org.jboss.tm.JBossXATerminator jbossXATerminator)
      • registerXAExceptionFormatter

        public void registerXAExceptionFormatter​(Class c,
                                                 org.jboss.tm.XAExceptionFormatter f)
        This method has been put in here so that it is compatible with the JBoss standard Transaction Manager. As we do not support exception formatters just display a warning for the moment.
        Specified by:
        registerXAExceptionFormatter in interface TransactionManagerServiceMBean
      • unregisterXAExceptionFormatter

        public void unregisterXAExceptionFormatter​(Class c)
        This method has been put in here so that it is compatible with the JBoss standard Transaction Manager. As we do not support exception formatters just display a warning for the moment.
        Specified by:
        unregisterXAExceptionFormatter in interface TransactionManagerServiceMBean