C - the operation execution context.public interface OperationExecutor<C>
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
execute(org.jboss.as.controller.OperationContext context,
Operation<C> operation)
Executes the specified operation against the specified context.
|
org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context,
Operation<C> operation)
throws org.jboss.as.controller.OperationFailedException
context - an operation contextoperation - a runtime operationorg.jboss.as.controller.OperationFailedExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.