public interface Executor<C,E extends Executable<C>>
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
execute(org.jboss.as.controller.OperationContext context,
E executable)
Executes the specified executable against the specified operation context.
|
org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, E executable) throws org.jboss.as.controller.OperationFailedException
context
- an operation contextexecutable
- the contextual executable objectorg.jboss.as.controller.OperationFailedException
- if execution failsCopyright © 2016 JBoss by Red Hat. All rights reserved.