JBoss Modular Service Kernel API 1.0.0.Beta1

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

Packages that use ServiceController.Mode
org.jboss.msc.service   
 

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
 BatchServiceBuilder<T> BatchServiceBuilder.setInitialMode(ServiceController.Mode mode)
          Set the initial mode.
 void ServiceController.setMode(ServiceController.Mode mode)
          Change the service controller's current mode.
 


JBoss Modular Service Kernel API 1.0.0.Beta1

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