Class ServerConfigService

java.lang.Object
org.jboss.as.webservices.service.ServerConfigService
All Implemented Interfaces:
org.jboss.msc.Service

public final class ServerConfigService extends Object implements org.jboss.msc.Service
WS server config service.
Author:
Alessio Soldano, Richard Opalka, Jim Ma
  • Field Summary

    Fields inherited from interface org.jboss.msc.Service

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.msc.service.ServiceController<?>
    install(org.jboss.msc.service.ServiceTarget serviceTarget, ServerConfigImpl serverConfig, List<org.jboss.msc.service.ServiceName> dependencies, boolean jmxSubsystemAvailable, boolean requireUndertow)
     
    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
  • 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
    • install

      public static org.jboss.msc.service.ServiceController<?> install(org.jboss.msc.service.ServiceTarget serviceTarget, ServerConfigImpl serverConfig, List<org.jboss.msc.service.ServiceName> dependencies, boolean jmxSubsystemAvailable, boolean requireUndertow)