Class ExternalManagementRequestExecutor

java.lang.Object
org.jboss.as.server.ExternalManagementRequestExecutor
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<ExecutorService>, org.jboss.msc.value.Value<ExecutorService>

@Deprecated(forRemoval=false) public class ExternalManagementRequestExecutor extends Object implements org.jboss.msc.service.Service<ExecutorService>
Deprecated.
may be removed at any time.
Provides an executor for handling external management requests.
Author:
Brian Stansberry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.msc.service.ServiceName
    Deprecated.
    may be removed at any time

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

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    static void
    install(org.jboss.msc.service.ServiceTarget target, ThreadGroup threadGroup, org.jboss.msc.service.ServiceName cleanupExecutor)
    Deprecated.
     
    void
    start(org.jboss.msc.service.StartContext context)
    Deprecated.
     
    void
    stop(org.jboss.msc.service.StopContext context)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • SERVICE_NAME

      @Deprecated(forRemoval=false) public static final org.jboss.msc.service.ServiceName SERVICE_NAME
      Deprecated.
      may be removed at any time
      The service name for this service.
  • Method Details

    • install

      public static void install(org.jboss.msc.service.ServiceTarget target, ThreadGroup threadGroup, org.jboss.msc.service.ServiceName cleanupExecutor)
      Deprecated.
    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Deprecated.
      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)
      Deprecated.
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      Deprecated.
      Specified by:
      getValue in interface org.jboss.msc.value.Value<ExecutorService>
      Throws:
      IllegalStateException
      IllegalArgumentException