Class TxBridgeInboundRecoveryService

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>, org.jboss.msc.value.Value<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>

    public class TxBridgeInboundRecoveryService
    extends org.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
    Jakarta Transactions / WS-AT transaction bridge - inbound recovery handling.
    Author:
    Jonathan Halliday
    • Constructor Detail

      • TxBridgeInboundRecoveryService

        public TxBridgeInboundRecoveryService()
    • Method Detail

      • getValue

        public org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager getValue()
                                                                                 throws IllegalStateException
        Specified by:
        getValue in interface org.jboss.msc.value.Value<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
        Overrides:
        getValue in class org.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
        Throws:
        IllegalStateException
      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
        Overrides:
        start in class org.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
        Overrides:
        stop in class org.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>