Uses of Class
adams.multiprocess.AbstractJobRunner
-
Packages that use AbstractJobRunner Package Description adams.multiprocess -
-
Uses of AbstractJobRunner in adams.multiprocess
Subclasses of AbstractJobRunner in adams.multiprocess Modifier and Type Class Description class
AbstractMetaJobRunner
Ancestor for meta-jobrunners, that wrap around a base jobrunner.class
LocalJobRunner<T extends Job>
Executes the jobs on the local machine.class
RemoteCommandJobRunner
Utilizes the remote command framework for sending jobs to a remote machine.class
ScpJobRunner
Wraps another jobrunner and serializes it, scp's it to the specified remote file and then waits for the specified import file (containing the serialized, executed jobs) to appear.
Requires a adams.flow.standalone.SSHConnection standalone for defining the SSH connection.protected static class
ScpJobRunner.RemoteJobRunner
class
SerializingJobRunner
Wraps another jobrunner and serializes it to the specified export file and then waits for the specified import file (containing the serialized, executed jobs) to appear.
-