public final class SyncModelOperationHandlerWrapper extends Object implements OperationStepHandler
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
static OperationStepHandler |
wrapHandler(String localHostName,
String operationName,
PathAddress address,
OperationEntry entry)
Wrap an
OperationStepHandler in case it targets addresses, which may need to fetch missing configuration
from the master. |
public static OperationStepHandler wrapHandler(String localHostName, String operationName, PathAddress address, OperationEntry entry)
OperationStepHandler in case it targets addresses, which may need to fetch missing configuration
from the master.localHostName - the local host nameoperationName - the operation nameaddress - the operation addressentry - the operation entrypublic void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.