public static interface ServerToHostProtocolHandler.OperationExecutor
ModelController to execute
a OperationStepHandler implementation directly, bypassing normal domain coordination layer.| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
execute(org.jboss.as.controller.client.Operation operation,
org.jboss.as.controller.client.OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
joinActiveOperation(org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.client.OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step,
int permit)
Join an existing operation
|
org.jboss.dmr.ModelNode execute(org.jboss.as.controller.client.Operation operation, org.jboss.as.controller.client.OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler step)
operation - operationhandler - the message handlercontrol - the transaction controlstep - the step to be executedorg.jboss.dmr.ModelNode joinActiveOperation(org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.client.OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step,
int permit)
operation - the operation to executehandler - the message handlercontrol - the transaction controlstep - the step to be executedpermit - the permitCopyright © 2015 JBoss by Red Hat. All rights reserved.