站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Class javax.enterprise.deploy.shared.CommandType (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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

Packages that use CommandType
javax.enterprise.deploy.shared Provides shared objects for tool vendor and product vendor implementation classes. 
javax.enterprise.deploy.spi.status Provides product vendor status classes. 
 

Uses of CommandType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as CommandType
static CommandType CommandType.DISTRIBUTE
          The command type for an DISTRIBUTE
static CommandType CommandType.START
          The command type for an START
static CommandType CommandType.STOP
          The command type for an STOP
static CommandType CommandType.UNDEPLOY
          The command type for an UNDEPLOY
static CommandType CommandType.REDEPLOY
          The module type for an REDEPLOY
 

Methods in javax.enterprise.deploy.shared that return CommandType
protected  CommandType[] CommandType.getEnumValueTable()
          Get the enumerated values for module type
static CommandType CommandType.getCommandType(int type)
          Get the command type for an integer
 

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

Methods in javax.enterprise.deploy.spi.status that return CommandType
 CommandType DeploymentStatus.getCommand()
          The deployment command
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.