Uses of Class
org.jboss.as.controller.client.helpers.domain.DeploymentAction.Type
-
Packages that use DeploymentAction.Type Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API.org.jboss.as.controller.client.logging -
-
Uses of DeploymentAction.Type in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain 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.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return DeploymentAction.Type Modifier and Type Method Description DeploymentAction.TypeDeploymentActionImpl. getType() -
Uses of DeploymentAction.Type in org.jboss.as.controller.client.logging
Methods in org.jboss.as.controller.client.logging with parameters of type DeploymentAction.Type Modifier and Type Method Description IllegalStateExceptionControllerClientLogger_$logger. invalidActionType(DeploymentAction.Type type)IllegalStateExceptionControllerClientLogger. invalidActionType(DeploymentAction.Type type)Creates an exception indicating the action type, represented by thetypeparameter, is invalid.
-