Uses of Class
org.jboss.managed.api.DeploymentState

Packages that use DeploymentState
org.jboss.managed.api   
org.jboss.managed.plugins   
 

Uses of DeploymentState in org.jboss.managed.api
 

Methods in org.jboss.managed.api that return DeploymentState
 DeploymentState ManagedDeployment.getDeploymentState()
          Get the deployment state of the deployment.
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.
 

Uses of DeploymentState in org.jboss.managed.plugins
 

Methods in org.jboss.managed.plugins that return DeploymentState
 DeploymentState ManagedDeploymentImpl.getDeploymentState()
           
 

Methods in org.jboss.managed.plugins with parameters of type DeploymentState
 void ManagedDeploymentImpl.setDeploymentState(DeploymentState state)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.