Uses of Interface
org.jboss.as.clustering.controller.OperationExecutor
Packages that use OperationExecutor
-
Uses of OperationExecutor in org.jboss.as.clustering.controller
Constructors in org.jboss.as.clustering.controller with parameters of type OperationExecutorModifierConstructorDescriptionOperationHandler(OperationExecutor<C> executor, Class<O> operationClass) OperationHandler(OperationExecutor<C> executor, Collection<? extends Operation<C>> operations) OperationHandler(OperationExecutor<C> executor, Operation<C>[] operations)