Package | Description |
---|---|
org.jboss.as.controller | |
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 | |
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 . |
org.jboss.as.controller.remote | |
org.jboss.as.domain.controller.operations | |
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt | |
org.jboss.as.patching.tool | |
org.jboss.as.server.deployment.client |
Modifier and Type | Method and Description |
---|---|
OperationResponse |
ModelController.execute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control)
Execute an operation, sending updates to the given handler, and making available in the return value
any streams that may have been associated with the response.
|
protected OperationResponse |
AbstractControllerService.internalExecute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep) |
protected OperationResponse |
AbstractControllerService.internalExecute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep,
boolean attemptLock) |
protected OperationResponse |
AbstractControllerService.internalExecute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep,
boolean attemptLock,
boolean partialModel) |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationBuilder.build()
Builds the operation.
|
Operation |
Operation.clone()
Deprecated.
|
Operation |
Operation.clone(org.jboss.dmr.ModelNode operation)
Deprecated.
|
static Operation |
Operation.Factory.create(org.jboss.dmr.ModelNode operation)
Create a simple operation with no stream attachments.
|
static Operation |
Operation.Factory.create(org.jboss.dmr.ModelNode operation,
List<InputStream> attachments)
Create a simple operation with stream attachments.
|
static Operation |
Operation.Factory.create(org.jboss.dmr.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 |
---|---|
org.jboss.dmr.ModelNode |
ModelControllerClient.execute(Operation operation)
Execute an operation synchronously.
|
org.jboss.dmr.ModelNode |
ModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation synchronously, optionally receiving progress reports.
|
org.jboss.threads.AsyncFuture<org.jboss.dmr.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 |
---|---|
org.jboss.dmr.ModelNode |
DelegatingModelControllerClient.execute(Operation operation) |
org.jboss.dmr.ModelNode |
DelegatingModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
DelegatingModelControllerClient.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
OperationResponse |
DelegatingModelControllerClient.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<OperationResponse> |
DelegatingModelControllerClient.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DomainClientImpl.execute(Operation operation) |
org.jboss.dmr.ModelNode |
DomainClientImpl.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.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<org.jboss.dmr.ModelNode> |
ModelControllerClientServerDeploymentManager.executeOperation(Operation operation) |
protected abstract Future<org.jboss.dmr.ModelNode> |
AbstractServerDeploymentManager.executeOperation(Operation context) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
AbstractModelControllerClient.execute(Operation operation) |
org.jboss.dmr.ModelNode |
AbstractModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.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) |
Modifier and Type | Method and Description |
---|---|
protected OperationResponse |
TransactionalProtocolOperationHandler.internalExecute(Operation operation,
ManagementRequestContext<?> context,
OperationMessageHandler messageHandler,
ModelController.OperationTransactionControl control)
Subclasses can override this method to determine how to execute the method, e.g.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
ApplyExtensionsHandler.getOperation(List<org.jboss.dmr.ModelNode> extensions) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
RemoteDomainConnectionService.execute(Operation operation) |
org.jboss.dmr.ModelNode |
RemoteDomainConnectionService.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
RemoteDomainConnectionService.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
OperationResponse |
RemoteDomainConnectionService.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<OperationResponse> |
RemoteDomainConnectionService.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.execute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.execute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step)
Execute the operation.
|
OperationResponse |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.executeAndAttemptLock(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
PatchOperationTarget.RemotePatchOperationTarget.executeOp(Operation operation) |
Modifier and Type | Method and Description |
---|---|
protected Future<org.jboss.dmr.ModelNode> |
ModelControllerServerDeploymentManager.executeOperation(Operation executionContext) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.