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.
|
static Operation |
Operation.Factory.create(ModelNode operation)
Create a simple operation with no stream attachments.
|
static Operation |
Operation.Factory.create(ModelNode operation,
List<InputStream> attachments)
Create a simple operation with stream attachments.
|
static Operation |
Operation.Factory.create(ModelNode operation,
List<InputStream> attachments,
boolean autoCloseStreams)
Create an operation using the given streams and be
auto-close streams
setting. |
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 in another thread, optionally receiving progress reports.
|
OperationResponse |
ModelControllerClient.executeOperation(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation synchronously, optionally receiving progress reports, with the response
to the operation making available any input streams that the server may associate with the response.
|
org.jboss.threads.AsyncFuture<OperationResponse> |
ModelControllerClient.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation in another thread, optionally receiving progress reports, with the response
to the operation making available any input streams that the server may associate with the response.
|
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) |
OperationResponse |
DomainClientImpl.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<OperationResponse> |
DomainClientImpl.executeOperationAsync(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) |
OperationResponse |
AbstractModelControllerClient.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<OperationResponse> |
AbstractModelControllerClient.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.