Uses of Class
org.jboss.msc.service.ServiceControllerImpl.ContextState
-
Packages that use ServiceControllerImpl.ContextState Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceControllerImpl.ContextState in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ServiceControllerImpl.ContextState Modifier and Type Field Description private ServiceControllerImpl.ContextState
ServiceControllerImpl.StartContextImpl. state
private ServiceControllerImpl.ContextState
ServiceControllerImpl.StopContextImpl. state
Methods in org.jboss.msc.service that return ServiceControllerImpl.ContextState Modifier and Type Method Description static ServiceControllerImpl.ContextState
ServiceControllerImpl.ContextState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceControllerImpl.ContextState[]
ServiceControllerImpl.ContextState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-