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.host.controller.mgmt |
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 |
TransformingProxyController.TransformingProxyControllerImpl.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments) |
void |
ProxyController.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments)
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
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep) |
protected org.jboss.dmr.ModelNode |
AbstractControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep,
boolean attemptLock) |
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 |
TransactionalOperationImpl.getAttachments() |
OperationAttachments |
TransactionalProtocolClient.Operation.getAttachments()
Get the operation attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteProxyController.execute(org.jboss.dmr.ModelNode original,
OperationMessageHandler messageHandler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
TransactionalProtocolClient.execute(TransactionalProtocolClient.TransactionalOperationListener<TransactionalProtocolClient.Operation> listener,
org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments)
Execute an operation.
|
protected org.jboss.dmr.ModelNode |
TransactionalProtocolOperationHandler.internalExecute(org.jboss.dmr.ModelNode operation,
ManagementRequestContext<?> context,
OperationMessageHandler messageHandler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments)
Subclasses can override this method to determine how to execute the method, e.g.
|
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 |
---|---|
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.executeAndAttemptLock(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step) |
org.jboss.dmr.ModelNode |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit) |
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit)
Join an existing operation
|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit)
Join an existing operation, which is currently being executed.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.