Uses of Class
adams.multiprocess.AbstractMetaJobRunner
-
Packages that use AbstractMetaJobRunner Package Description adams.multiprocess -
-
Uses of AbstractMetaJobRunner in adams.multiprocess
Subclasses of AbstractMetaJobRunner in adams.multiprocess Modifier and Type Class Description 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.
-