Uses of Class
org.jboss.wsf.spi.deployment.DeploymentState

Packages that use DeploymentState
org.jboss.wsf.spi.deployment   
 

Uses of DeploymentState in org.jboss.wsf.spi.deployment
 

Methods in org.jboss.wsf.spi.deployment that return DeploymentState
 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.
 

Methods in org.jboss.wsf.spi.deployment with parameters of type DeploymentState
 void Deployment.setState(DeploymentState type)
          Set the current deployment state
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.