Uses of Interface
org.wildfly.subsystem.resource.executor.RuntimeOperation
-
Packages that use RuntimeOperation Package Description org.wildfly.subsystem.resource.executor -
-
Uses of RuntimeOperation in org.wildfly.subsystem.resource.executor
Methods in org.wildfly.subsystem.resource.executor with parameters of type RuntimeOperation Modifier and Type Method Description org.jboss.dmr.ModelNodeRuntimeOperationExecutor. execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, RuntimeOperation<C> executable)Executes the specified executable against the specified operation context.Constructors in org.wildfly.subsystem.resource.executor with parameters of type RuntimeOperation Constructor Description RuntimeOperationFunction(org.jboss.as.controller.ExpressionResolver resolver, org.jboss.dmr.ModelNode operation, Function<T,V> mapper, RuntimeOperation<V> executable)Creates a functional view of the specified metric using the specified mapping function.Constructor parameters in org.wildfly.subsystem.resource.executor with type arguments of type RuntimeOperation Constructor Description RuntimeOperationStepHandler(RuntimeOperationExecutor<C> executor, Iterable<? extends RuntimeOperation<C>> operations)
-