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 classRemoteCommandJobRunnerUtilizes the remote command framework for sending jobs to a remote machine.classScpJobRunnerWraps 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 classScpJobRunner.RemoteJobRunnerclassSerializingJobRunnerWraps 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.
-