public class ExecutionHandler<C,E extends Executable<C>>
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
| Constructor and Description |
|---|
ExecutionHandler(Executor<C,E> executor,
Collection<? extends E> executables,
Function<E,String> nameFactory,
Function<org.jboss.dmr.ModelNode,String> nameExtractor)
Constructs a new ExecutionHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeRuntimeStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
public ExecutionHandler(Executor<C,E> executor, Collection<? extends E> executables, Function<E,String> nameFactory, Function<org.jboss.dmr.ModelNode,String> nameExtractor)
executor - an executorexecutables - the executables sharing this handlername - a function returning the name of an executableCopyright © 2018 JBoss by Red Hat. All rights reserved.