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.remote | |
org.jboss.as.model.test |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
ModelController.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments)
Execute an operation, sending updates to the given handler.
|
void |
ProxyController.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments,
BlockingTimeout blockingTimeout)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep,
int lockPermit)
Deprecated.
internal use only and only by legacy test controllers
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep)
Deprecated.
internal use only only for use by legacy test controllers
|
Modifier and Type | Interface and Description |
---|---|
interface |
Operation
Encapsulates a detyped operation request passed in to the model controller, along with
any attachments associated with the request.
|
Modifier and Type | Field and Description |
---|---|
static OperationAttachments |
OperationAttachments.EMPTY |
Modifier and Type | Method and Description |
---|---|
OperationAttachments |
TransactionalProtocolClient.Operation.getAttachments()
Get the operation attachments.
|
OperationAttachments |
TransactionalOperationImpl.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteProxyController.execute(org.jboss.dmr.ModelNode original,
OperationMessageHandler messageHandler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments,
BlockingTimeout blockingTimeout)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
org.jboss.threads.AsyncFuture<OperationResponse> |
TransactionalProtocolClient.execute(TransactionalProtocolClient.TransactionalOperationListener<TransactionalProtocolClient.Operation> listener,
org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments)
Execute an operation.
|
static TransactionalProtocolClient.Operation |
TransactionalProtocolHandlers.wrap(org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments)
Wrap an operation's parameters in a simple encapsulating object
|
Constructor and Description |
---|
TransactionalOperationImpl(org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
ModelTestModelControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.