Package org.jboss.as.xts
Class TxBridgeInboundRecoveryService
java.lang.Object
org.jboss.as.xts.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 Object
implements org.jboss.msc.service.Service<org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager>
Jakarta Transactions / WS-AT transaction bridge - inbound recovery handling.
- Author:
- Jonathan Halliday
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TxBridgeInboundRecoveryService
public TxBridgeInboundRecoveryService()
-
-
Method Details
-
getValue
public org.jboss.jbossts.txbridge.inbound.InboundBridgeRecoveryManager getValue() throws IllegalStateException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<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:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-