Uses of Interface
org.pipservices3.commons.run.IExecutable
Packages that use IExecutable
-
Uses of IExecutable in org.pipservices3.commons.commands
Subinterfaces of IExecutable in org.pipservices3.commons.commandsModifier and TypeInterfaceDescriptioninterface
An interface for Commands, which are part of the Command design pattern.Classes in org.pipservices3.commons.commands that implement IExecutableModifier and TypeClassDescriptionclass
Concrete implementation ofICommand
interface.class
Implements aICommand
command wrapped by an interceptor.Constructors in org.pipservices3.commons.commands with parameters of type IExecutableModifierConstructorDescriptionCommand
(String name, Schema schema, IExecutable function) Creates a new command object and assigns it's parameters.