Package | Description |
---|---|
org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to 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 the
managed domain convenience API . |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerClientMessages.invalidActionType(DeploymentAction.Type type)
Creates an exception indicating the action type, represented by the
type parameter, is invalid. |
Modifier and Type | Method and Description |
---|---|
DeploymentAction.Type |
DeploymentAction.getType()
Gets the type of the action.
|
static DeploymentAction.Type |
DeploymentAction.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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentAction.Type |
DeploymentActionImpl.getType() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.