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.ContextStateServiceControllerImpl.StartContextImpl. stateprivate ServiceControllerImpl.ContextStateServiceControllerImpl.StopContextImpl. stateMethods in org.jboss.msc.service that return ServiceControllerImpl.ContextState Modifier and Type Method Description static ServiceControllerImpl.ContextStateServiceControllerImpl.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.
-