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(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step,
int permit)
Join an existing operation
|
org.jboss.dmr.ModelNode execute(Operation operation, 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, 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 © 2023 JBoss by Red Hat. All rights reserved.