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