Package | Description |
---|---|
org.jboss.wsf.spi.deployment |
Modifier and Type | Method and Description |
---|---|
DeploymentState |
Deployment.getState()
Get the current deployment state
|
static DeploymentState |
DeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentState[] |
DeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Deployment.setState(DeploymentState type)
Set the current deployment state
|
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.