Uses of Class
org.glassfish.api.admin.InstanceState.StateType

Packages that use InstanceState.StateType
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
 InstanceState.StateType InstanceState.getState()
           
static InstanceState.StateType InstanceState.StateType.makeStateType(java.lang.String s)
           
static InstanceState.StateType InstanceState.StateType.valueOf(java.lang.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
 void InstanceState.setState(InstanceState.StateType state)
           
 

Constructors in org.glassfish.api.admin with parameters of type InstanceState.StateType
InstanceState(InstanceState.StateType st)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.