Package adams.scripting.command
-
Interface Summary Interface Description FlowAwareRemoteCommand Interface for commands that can utilize a flow that is sending this command.RemoteCommand Interface for remote commands.RemoteCommandOnFlow Interface for remote commands that operate on a specific flow, identified by its ID.RemoteCommandWithErrorMessage Interface for commands that support error message.RemoteCommandWithResponse Interface for remote commands that send a response back to a host. -
Class Summary Class Description AbstractCommand Ancestor for remote commands.AbstractCommandWithResponse Ancestor for commands that send a response.AbstractFlowAwareCommand Ancestor for commands that have a flow context..AbstractFlowAwareCommandWithResponse Ancestor for commands with a response that have flow context.AbstractRemoteCommandOnFlowWithResponse Ancestor for commands that work on flows.