| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.remote |
| Modifier and Type | Method and Description |
|---|---|
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. |
| 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. |
protected OperationResponse |
TransactionalProtocolOperationHandler.internalExecute(Operation operation,
org.jboss.as.protocol.mgmt.ManagementRequestContext<?> context,
OperationMessageHandler messageHandler,
ProxyController.ProxyOperationControl control)
Subclasses can override this method to determine how to execute the method, e.g.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.