JBoss Modular Service Container 1.1.1.Final

Uses of Class
org.jboss.msc.service.ServiceController.Mode

Packages that use ServiceController.Mode
org.jboss.msc.service The service container implementation itself. 
 

Uses of ServiceController.Mode in org.jboss.msc.service
 

Methods in org.jboss.msc.service that return ServiceController.Mode
 ServiceController.Mode ServiceController.getMode()
          Get the service controller's current mode.
static ServiceController.Mode ServiceController.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceController.Mode[] ServiceController.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.msc.service with parameters of type ServiceController.Mode
 boolean ServiceController.compareAndSetMode(ServiceController.Mode expected, ServiceController.Mode newMode)
          Compare the current mode against expected; if it matches, change it to newMode.
 boolean ServiceController.Mode.in(ServiceController.Mode... modes)
          Determine if this mode is one of the given modes.
 ServiceBuilder<T> DelegatingServiceBuilder.setInitialMode(ServiceController.Mode mode)
          Set the initial mode.
 ServiceBuilder<T> ServiceBuilder.setInitialMode(ServiceController.Mode mode)
          Set the initial mode.
 void ServiceController.setMode(ServiceController.Mode mode)
          Change the service controller's current mode.
 


JBoss Modular Service Container 1.1.1.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.