Uses of Interface
org.jboss.as.clustering.controller.Operation
-
Packages that use Operation Package Description org.jboss.as.clustering.controller -
-
Uses of Operation in org.jboss.as.clustering.controller
Methods in org.jboss.as.clustering.controller with parameters of type Operation Modifier and Type Method Description org.jboss.dmr.ModelNodeOperationExecutor. execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, Operation<C> executable)Executes the specified executable against the specified operation context.Constructors in org.jboss.as.clustering.controller with parameters of type Operation Constructor Description OperationFunction(org.jboss.as.controller.ExpressionResolver resolver, org.jboss.dmr.ModelNode operation, Function<T,V> mapper, Operation<V> executable)Creates a functional view of the specified metric using the specified mapping function.OperationHandler(OperationExecutor<C> executor, Operation<C>[] operations)Constructor parameters in org.jboss.as.clustering.controller with type arguments of type Operation Constructor Description OperationHandler(OperationExecutor<C> executor, Collection<? extends Operation<C>> operations)
-