Uses of Class
org.jboss.system.ServiceController

Packages that use ServiceController
org.jboss.system   
org.jboss.system.deployers   
org.jboss.system.deployers.managed   
org.jboss.system.metadata   
org.jboss.system.microcontainer   
org.jboss.system.microcontainer.jmx   
 

Uses of ServiceController in org.jboss.system
 

Methods in org.jboss.system with parameters of type ServiceController
static void ServiceConfigurator.configure(MBeanServer server, ServiceController controller, ObjectName objectName, ClassLoader cl, Collection<ServiceAttributeMetaData> attrs)
          Configure an MBean
static void ServiceConfigurator.configure(MBeanServer server, ServiceController controller, ObjectName objectName, ObjectName classLoaderName, Collection<ServiceAttributeMetaData> attrs)
          Configure an MBean
static String ServiceConfigurator.getConfiguration(MBeanServer server, ServiceController serviceController, ObjectName[] objectNames)
          Builds a string that consists of the configuration elements of the currently running MBeans registered in the server.
 

Constructors in org.jboss.system with parameters of type ServiceController
ServiceConfigurator(MBeanServer server, ServiceController serviceController, ServiceCreator serviceCreator)
          Deprecated. the service controller no longer uses the service configurator and vice-versa
 

Uses of ServiceController in org.jboss.system.deployers
 

Constructors in org.jboss.system.deployers with parameters of type ServiceController
ServiceDeployer(ServiceController controller)
          Create a new ServiceDeployer.
 

Uses of ServiceController in org.jboss.system.deployers.managed
 

Methods in org.jboss.system.deployers.managed that return ServiceController
 ServiceController ServiceMetaDataICF.getController()
           
 

Methods in org.jboss.system.deployers.managed with parameters of type ServiceController
 void ServiceMetaDataICF.setController(ServiceController controller)
           
 

Uses of ServiceController in org.jboss.system.metadata
 

Methods in org.jboss.system.metadata that return ServiceController
 ServiceController ServiceValueContext.getServiceController()
          Get the service controller.
 

Methods in org.jboss.system.metadata with parameters of type ServiceController
 void ServiceValueContext.setServiceController(ServiceController controller)
          Set the service controller.
 

Constructors in org.jboss.system.metadata with parameters of type ServiceController
ServiceValueContext(MBeanServer server, ServiceController controller, ClassLoader classloader)
          Create a new ServiceValueContext.
ServiceValueContext(MBeanServer server, ServiceController controller, MBeanAttributeInfo attributeInfo, ClassLoader classloader)
          Create a new ServiceValueContext.
 

Uses of ServiceController in org.jboss.system.microcontainer
 

Methods in org.jboss.system.microcontainer that return ServiceController
 ServiceController ServiceControllerContext.getServiceController()
          Get the serviceController.
 

Constructors in org.jboss.system.microcontainer with parameters of type ServiceController
ServiceControllerContext(ServiceController serviceController, ObjectName name)
          Create a new ServiceControllerContext.
ServiceControllerContext(ServiceController serviceController, ObjectName name, boolean includeLifecycle)
          Create a new ServiceControllerContext.
ServiceControllerContext(ServiceController serviceController, ObjectName name, boolean includeLifecycle, Object target)
          Create a new ServiceControllerContext.
ServiceControllerContext(ServiceController serviceController, ObjectName name, Object target)
          Create a new ServiceControllerContext.
ServiceControllerContext(ServiceController serviceController, ServiceMetaData metaData)
          Create a new ServiceControllerContext.
 

Uses of ServiceController in org.jboss.system.microcontainer.jmx
 

Methods in org.jboss.system.microcontainer.jmx that return ServiceController
 ServiceController AbstractServiceControllerLifecycleCallback.getServiceController()
          Get the serviceController.
 ServiceController ServiceControllerLifecycleCallback.getServiceController()
          Get the serviceController.
 

Methods in org.jboss.system.microcontainer.jmx with parameters of type ServiceController
 void AbstractServiceControllerLifecycleCallback.setServiceController(ServiceController serviceController)
          Set the serviceController.
 void ServiceControllerLifecycleCallback.setServiceController(ServiceController serviceController)
          Set the serviceController.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.