Uses of Class
org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
-
Packages that use DeploymentAction.Type Package Description org.jboss.as.controller.client.helpers.standalone Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a single standalone JBoss Application Server instance.org.jboss.as.controller.client.helpers.standalone.impl Implementation classes to support thestandalone server convenience API. -
-
Uses of DeploymentAction.Type in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return DeploymentAction.Type Modifier and Type Method Description DeploymentAction.TypeDeploymentAction. getType()Gets the type of the action.static DeploymentAction.TypeDeploymentAction.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentAction.Type[]DeploymentAction.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeploymentAction.Type in org.jboss.as.controller.client.helpers.standalone.impl
Methods in org.jboss.as.controller.client.helpers.standalone.impl that return DeploymentAction.Type Modifier and Type Method Description DeploymentAction.TypeDeploymentActionImpl. getType()
-