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

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

Uses of CommandType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as CommandType
static CommandType CommandType.DISTRIBUTE
          The DeploymentManger action operation being processed is distribute.
static CommandType CommandType.REDEPLOY
          he DeploymentManger action operation being processed is redeploy.
static CommandType CommandType.START
          The DeploymentManger action operation being processed is start.
static CommandType CommandType.STOP
          The DeploymentManger action operation being processed is stop.
static CommandType CommandType.UNDEPLOY
          The DeploymentManger action operation being processed is undeploy.
 

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

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

Methods in javax.enterprise.deploy.spi.status that return CommandType
 CommandType DeploymentStatus.getCommand()
          Retrieve the deployment CommandType of this event.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.