Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.enterprise.deploy.shared.StateType

Uses of StateType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as StateType
static StateType StateType.RUNNING
          The action operation is running normally.
static StateType StateType.COMPLETED
          The action operation has completed normally.
static StateType StateType.FAILED
          The action operation has failed.
static StateType StateType.RELEASED
          The DeploymentManager is running in disconnected mode.
private static StateType[] StateType.enumValueTable
           
 

Methods in javax.enterprise.deploy.shared that return StateType
protected  StateType[] StateType.getEnumValueTable()
          Returns the enumeration value table for class StateType
static StateType StateType.getStateType(int value)
          Return an object of the specified value.