| Package | Description |
|---|---|
| org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to 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 the
standalone server convenience API. |
| 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 © 2017 JBoss by Red Hat. All rights reserved.