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

Packages that use StateType
javax.enterprise.deploy.shared Provides shared objects for Tool Vendor and Product Vendor implementation classes. 
javax.enterprise.deploy.spi.status Provides J2EE Product Vendor deployment status implementation classes. 
 

Uses of StateType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as StateType
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 discommected mode.
static StateType StateType.RUNNING
          The action operation is running normally.
 

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.
 

Uses of StateType in javax.enterprise.deploy.spi.status
 

Methods in javax.enterprise.deploy.spi.status that return StateType
 StateType DeploymentStatus.getState()
          Retrieve the StateType value.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.