Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.remote |
Modifier and Type | Method and Description |
---|---|
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 . |
void |
TransformingProxyController.TransformingProxyControllerImpl.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments 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 . |
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.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.