Uses of Class
org.jboss.system.microcontainer.ServiceControllerContext

Packages that use ServiceControllerContext
org.jboss.system   
org.jboss.system.metadata   
org.jboss.system.microcontainer   
 

Uses of ServiceControllerContext in org.jboss.system
 

Fields in org.jboss.system with type parameters of type ServiceControllerContext
protected  Map<ObjectName,ServiceControllerContext> ServiceController.installed
          The contexts
protected  CopyOnWriteArrayList<ServiceControllerContext> ServiceController.installedOrder
          The contexts in installation order
 

Uses of ServiceControllerContext in org.jboss.system.metadata
 

Methods in org.jboss.system.metadata that return ServiceControllerContext
 ServiceControllerContext ServiceMetaDataVisitor.getControllerContext()
          Get the controller context
 

Uses of ServiceControllerContext in org.jboss.system.microcontainer
 

Methods in org.jboss.system.microcontainer that return ServiceControllerContext
protected  ServiceControllerContext ServiceControllerContextAction.contextCast(org.jboss.dependency.spi.ControllerContext context)
           
 ServiceControllerContext ServiceControllerContext.PreprocessMetaDataVisitor.getControllerContext()
           
 

Methods in org.jboss.system.microcontainer with parameters of type ServiceControllerContext
 void InstallAction.installAction(ServiceControllerContext context)
           
 void ConfigureAction.installAction(ServiceControllerContext context)
           
 void DescribeAction.installAction(ServiceControllerContext context)
           
 void ServiceControllerContextAction.installAction(ServiceControllerContext context)
           
 void OnlyUnregisterAction.installAction(ServiceControllerContext context)
           
 void CreateDestroyLifecycleAction.installAction(ServiceControllerContext context)
           
 void InstantiateAction.installAction(ServiceControllerContext context)
           
 void StartStopLifecycleAction.installAction(ServiceControllerContext context)
           
 void InstallAction.uninstallAction(ServiceControllerContext context)
           
 void ConfigureAction.uninstallAction(ServiceControllerContext context)
           
 void DescribeAction.uninstallAction(ServiceControllerContext context)
           
 void ServiceControllerContextAction.uninstallAction(ServiceControllerContext context)
           
 void OnlyUnregisterAction.uninstallAction(ServiceControllerContext context)
           
 void CreateDestroyLifecycleAction.uninstallAction(ServiceControllerContext context)
           
 void InstantiateAction.uninstallAction(ServiceControllerContext context)
           
 void StartStopLifecycleAction.uninstallAction(ServiceControllerContext context)
           
 



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