Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static CommandType |
CommandType.DISTRIBUTE
The command type for an DISTRIBUTE
|
static CommandType |
CommandType.REDEPLOY
The module type for an REDEPLOY
|
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
|
Modifier and Type | Method and Description |
---|---|
static CommandType |
CommandType.getCommandType(int type)
Get the command type for an integer
|
protected CommandType[] |
CommandType.getEnumValueTable()
Get the enumerated values for module type
|
Modifier and Type | Method and Description |
---|---|
CommandType |
DeploymentStatus.getCommand()
The deployment command
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.