Package | Description |
---|---|
org.jboss.as.cli.gui | |
org.jboss.as.cli.handlers | |
org.jboss.as.cli.handlers.report | |
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.impl |
Implementation classes to support the
core JBoss AS management client API . |
org.jboss.as.controller.remote | |
org.jboss.as.domain.controller.plan | |
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt |
Modifier and Type | Method and Description |
---|---|
OperationResponse |
CommandExecutor.Response.getOperationResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseOperationCommand.handleAttachedFile(CommandContext ctx,
OperationResponse operationResponse) |
protected void |
BaseOperationCommand.handleResponse(CommandContext ctx,
OperationResponse response,
boolean composite) |
Modifier and Type | Method and Description |
---|---|
protected void |
InstallationReportHandler.handleAttachedFile(CommandContext ctx,
OperationResponse operationResponse) |
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 |
---|---|
void |
ProxyController.ProxyOperationControl.operationCompleted(OperationResponse response)
Handle the final result of an operation, following invocation of
ModelController.OperationTransactionControl.operationPrepared(ModelController.OperationTransaction, ModelNode) . |
Modifier and Type | Method and Description |
---|---|
static OperationResponse |
OperationResponse.Factory.createSimple(org.jboss.dmr.ModelNode responseNode) |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
OperationResponse |
DelegatingModelControllerClient.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.threads.AsyncFuture<OperationResponse> |
DelegatingModelControllerClient.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
OperationResponse |
DomainClientImpl.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.threads.AsyncFuture<OperationResponse> |
DomainClientImpl.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Class and Description |
---|---|
class |
OperationResponseProxy
An
OperationResponse that proxies back to a remote server
to read any attached response streams. |
Modifier and Type | Method and Description |
---|---|
OperationResponse |
AbstractModelControllerClient.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.threads.AsyncFuture<OperationResponse> |
AbstractModelControllerClient.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
protected org.jboss.threads.AsyncFuture<OperationResponse> |
AbstractModelControllerClient.executeRequest(ManagementRequest<OperationResponse,org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext> request,
org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext attachment) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.threads.AsyncFuture<OperationResponse> |
AbstractModelControllerClient.executeRequest(ManagementRequest<OperationResponse,org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext> request,
org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext attachment) |
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 |
---|---|
<T extends TransactionalProtocolClient.Operation> |
TransactionalProtocolClient.execute(TransactionalProtocolClient.TransactionalOperationListener<T> listener,
T operation)
Execute an operation.
|
org.jboss.threads.AsyncFuture<OperationResponse> |
TransactionalProtocolClient.execute(TransactionalProtocolClient.TransactionalOperationListener<TransactionalProtocolClient.Operation> listener,
org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments)
Execute an operation.
|
org.jboss.threads.AsyncFuture<OperationResponse> |
TransactionalProtocolClient.PreparedOperation.getFinalResult()
Get the final result.
|
org.jboss.threads.AsyncFuture<OperationResponse> |
BlockingQueueOperationListener.FailedOperation.getFinalResult() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalProtocolClient.TransactionalOperationListener.operationComplete(T operation,
OperationResponse result)
Notification that an operation completed.
|
void |
BlockingQueueOperationListener.operationComplete(T operation,
OperationResponse result) |
Modifier and Type | Method and Description |
---|---|
Future<OperationResponse> |
ServerTaskExecutor.ExecutedServerRequest.getFinalResult() |
Constructor and Description |
---|
ExecutedServerRequest(ServerIdentity identity,
Future<OperationResponse> finalResult) |
ExecutedServerRequest(ServerIdentity identity,
Future<OperationResponse> finalResult,
OperationResultTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
OperationResponse |
RemoteDomainConnectionService.executeOperation(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.threads.AsyncFuture<OperationResponse> |
RemoteDomainConnectionService.executeOperationAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
OperationResponse |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.executeAndAttemptLock(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.