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.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
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 execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step)
operation - operationhandler - the message handlercontrol - the transaction controlattachments - the operation attachmentsstep - the step to be executedorg.jboss.dmr.ModelNode joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit)
operation - the operation to executehandler - the message handlercontrol - the transaction controlattachments - the operation attachmentsstep - the step to be executedpermit - the permitCopyright © 2014 JBoss by Red Hat. All rights reserved.