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

Packages that use ActionType
javax.enterprise.deploy.shared   
javax.enterprise.deploy.spi.status   
 

Uses of ActionType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as ActionType
static ActionType ActionType.CANCEL
          A cancel operation is being preformed on the DeploymentManager action command.
static ActionType ActionType.EXECUTE
          The DeploymentManager action command is executing.
static ActionType ActionType.STOP
          A stop operation is being preformed on the DeploymentManager action command.
 

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

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

Methods in javax.enterprise.deploy.spi.status that return ActionType
 ActionType DeploymentStatus.getAction()
          Retrieve the deployment ActionType for this event.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.