Class ArjunaRecoveryManagerService

java.lang.Object
org.jboss.as.txn.service.ArjunaRecoveryManagerService
All Implemented Interfaces:
org.jboss.msc.Service

public class ArjunaRecoveryManagerService extends Object implements org.jboss.msc.Service
A service responsible for exposing the proprietary Arjuna RecoveryManagerService.
Author:
John Bailey, Scott Stark (sstark@redhat.com) (C) 2011 Red Hat Inc., Richard Opalka
  • Field Summary

    Fields inherited from interface org.jboss.msc.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    ArjunaRecoveryManagerService(Consumer<com.arjuna.ats.jbossatx.jta.RecoveryManagerService> consumer, Supplier<org.jboss.as.network.SocketBinding> recoveryBindingSupplier, Supplier<org.jboss.as.network.SocketBinding> statusBindingSupplier, Supplier<org.jboss.as.network.SocketBindingManager> bindingManagerSupplier, Supplier<org.jboss.as.server.suspend.SuspendController> suspendControllerSupplier, Supplier<org.jboss.as.controller.ProcessStateNotifier> processStateSupplier, Supplier<org.omg.CORBA.ORB> orbSupplier, boolean recoveryListener, boolean jts)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArjunaRecoveryManagerService

      public ArjunaRecoveryManagerService(Consumer<com.arjuna.ats.jbossatx.jta.RecoveryManagerService> consumer, Supplier<org.jboss.as.network.SocketBinding> recoveryBindingSupplier, Supplier<org.jboss.as.network.SocketBinding> statusBindingSupplier, Supplier<org.jboss.as.network.SocketBindingManager> bindingManagerSupplier, Supplier<org.jboss.as.server.suspend.SuspendController> suspendControllerSupplier, Supplier<org.jboss.as.controller.ProcessStateNotifier> processStateSupplier, Supplier<org.omg.CORBA.ORB> orbSupplier, boolean recoveryListener, boolean jts)
  • Method Details

    • 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
      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