Uses of Interface
org.jboss.as.clustering.controller.Operation
Packages that use Operation
-
Uses of Operation in org.jboss.as.clustering.controller
Methods in org.jboss.as.clustering.controller with parameters of type OperationModifier and TypeMethodDescriptionorg.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 OperationModifierConstructorDescriptionOperationFunction(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 OperationModifierConstructorDescriptionOperationHandler(OperationExecutor<C> executor, Collection<? extends Operation<C>> operations)