Class 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
    • Constructor Detail

      • XTSManagerService

        public XTSManagerService​(String coordinatorURL)
    • Method Detail

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