Package | Description |
---|---|
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 . |
org.jboss.as.controller.client.logging |
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() |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerClientLogger.invalidActionType(DeploymentAction.Type type)
Creates an exception indicating the action type, represented by the
type parameter, is invalid. |
IllegalStateException |
ControllerClientLogger_$logger.invalidActionType(DeploymentAction.Type type) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.