Uses of Class
org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
-
Packages that use ImmediateController.ImmediateServiceState Package Description org.glassfish.hk2.api org.glassfish.hk2.internal -
-
Uses of ImmediateController.ImmediateServiceState in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return ImmediateController.ImmediateServiceState Modifier and Type Method Description ImmediateController.ImmediateServiceStateImmediateController. getImmediateState()Returns the state the system is currently running understatic ImmediateController.ImmediateServiceStateImmediateController.ImmediateServiceState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImmediateController.ImmediateServiceState[]ImmediateController.ImmediateServiceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.hk2.api with parameters of type ImmediateController.ImmediateServiceState Modifier and Type Method Description voidImmediateController. setImmediateState(ImmediateController.ImmediateServiceState state)Sets the state the system is currently running under -
Uses of ImmediateController.ImmediateServiceState in org.glassfish.hk2.internal
Fields in org.glassfish.hk2.internal declared as ImmediateController.ImmediateServiceState Modifier and Type Field Description private ImmediateController.ImmediateServiceStateImmediateHelper. currentStateMethods in org.glassfish.hk2.internal that return ImmediateController.ImmediateServiceState Modifier and Type Method Description ImmediateController.ImmediateServiceStateImmediateHelper. getImmediateState()Methods in org.glassfish.hk2.internal with parameters of type ImmediateController.ImmediateServiceState Modifier and Type Method Description voidImmediateHelper. setImmediateState(ImmediateController.ImmediateServiceState state)
-