Class XTSManagerService

java.lang.Object
org.jboss.as.xts.XTSManagerService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.jbossts.XTSService>, org.jboss.msc.value.Value<org.jboss.jbossts.XTSService>

public class XTSManagerService extends Object implements org.jboss.msc.service.Service<org.jboss.jbossts.XTSService>
Main XTS service
Author:
Andrew Dinn
  • Field Summary

    Fields inherited from interface org.jboss.msc.service.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    XTSManagerService(String coordinatorURL)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.jbossts.XTSService
     
    org.jboss.msc.value.InjectedValue<org.jboss.wsf.spi.management.ServerConfig>
     
    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

    • XTSManagerService

      public XTSManagerService(String coordinatorURL)
  • Method Details

    • getValue

      public org.jboss.jbossts.XTSService getValue() throws IllegalStateException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.jboss.jbossts.XTSService>
      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
      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
    • getWSServerConfig

      public org.jboss.msc.value.InjectedValue<org.jboss.wsf.spi.management.ServerConfig> getWSServerConfig()