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

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


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

Packages that use ActionType
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 ActionType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as ActionType
static ActionType ActionType.EXECUTE
          The action type for EXECUTE
static ActionType ActionType.CANCEL
          The action type for CANCEL
static ActionType ActionType.STOP
          The action type for STOP
 

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

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

Methods in javax.enterprise.deploy.spi.status that return ActionType
 ActionType DeploymentStatus.getAction()
          The action of this deployment
 



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