JBoss Modular Service Kernel API 1.0.0.CR2

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

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

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

Methods in org.jboss.msc.service that return ServiceController.Substate
 ServiceController.Substate ServiceController.Transition.getAfter()
          Get the target (new) state of this transition.
 ServiceController.Substate ServiceController.Transition.getBefore()
          Get the source state of this transition.
 ServiceController.Substate ServiceController.getSubstate()
          Get the current service controller substate.
static ServiceController.Substate ServiceController.Substate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceController.Substate[] ServiceController.Substate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JBoss Modular Service Kernel API 1.0.0.CR2

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