Uses of Class
org.glassfish.api.admin.InstanceState.StateType
-
Packages that use InstanceState.StateType Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of InstanceState.StateType in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return InstanceState.StateType Modifier and Type Method Description InstanceState.StateTypeInstanceState. getState()static InstanceState.StateTypeInstanceState.StateType. makeStateType(String s)static InstanceState.StateTypeInstanceState.StateType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceState.StateType[]InstanceState.StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.api.admin with parameters of type InstanceState.StateType Modifier and Type Method Description voidInstanceState. setState(InstanceState.StateType state)Constructors in org.glassfish.api.admin with parameters of type InstanceState.StateType Constructor Description InstanceState(InstanceState.StateType st)
-