Package org.jboss.as.xts
Class TxBridgeOutboundRecoveryService
- java.lang.Object
-
- org.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>
-
- org.jboss.as.xts.TxBridgeOutboundRecoveryService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>,org.jboss.msc.value.Value<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>
public class TxBridgeOutboundRecoveryService extends org.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>Jakarta Transactions / WS-AT transaction bridge - outbound recovery handling.- Author:
- Jonathan Halliday
-
-
Constructor Summary
Constructors Constructor Description TxBridgeOutboundRecoveryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManagergetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
getValue
public org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager getValue() throws IllegalStateException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>- Overrides:
getValuein classorg.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>- 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- Specified by:
startin interfaceorg.jboss.msc.service.Service<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>- Overrides:
startin classorg.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service- Specified by:
stopin interfaceorg.jboss.msc.service.Service<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>- Overrides:
stopin classorg.jboss.msc.service.AbstractService<org.jboss.jbossts.txbridge.outbound.OutboundBridgeRecoveryManager>
-
-