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.impl |
Implementation classes to support the
managed domain convenience API . |
org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API . |
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationBuilder.build()
Builds the operation.
|
Operation |
Operation.clone()
Deprecated.
|
Operation |
Operation.clone(ModelNode operation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModelNode |
ModelControllerClient.execute(Operation operation)
Execute an operation synchronously.
|
ModelNode |
ModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation synchronously, optionally receiving progress reports.
|
org.jboss.threads.AsyncFuture<ModelNode> |
ModelControllerClient.executeAsync(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation.
|
Modifier and Type | Method and Description |
---|---|
ModelNode |
DomainClientImpl.execute(Operation operation) |
ModelNode |
DomainClientImpl.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<ModelNode> |
DomainClientImpl.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
protected Future<ModelNode> |
ModelControllerClientServerDeploymentManager.executeOperation(Operation operation) |
protected abstract Future<ModelNode> |
AbstractServerDeploymentManager.executeOperation(Operation context) |
Modifier and Type | Method and Description |
---|---|
ModelNode |
AbstractModelControllerClient.execute(Operation operation) |
ModelNode |
AbstractModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<ModelNode> |
AbstractModelControllerClient.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.