Uses of Class
repast.simphony.batch.ssh.StatusException
-
Uses of StatusException in repast.simphony.batch
-
Uses of StatusException in repast.simphony.batch.ssh
Modifier and TypeMethodDescriptionvoid
LocalSession.copyCompletionStatus
(String outDirectory) void
RemoteSession.copyCompletionStatus
(String outDirectory) Copies the completion status from the host and directory where the model was run to the specified directory.void
Session.copyCompletionStatus
(String outDirectory) Copies the completion status from the host and directory where the model was run to the specified directory.LocalSession.findOutput
(List<OutputPattern> patterns) Finds the model output that is the result of running this Session and returns those files.RemoteSession.findOutput
(List<OutputPattern> patterns) Finds the model output of that is the result of running this Session and returns that those files.Session.findOutput
(List<OutputPattern> patterns) Finds the model output of that is the result of running this Session and returns that those files.void
LocalSession.retrieveRunCompletionStatus()
void
RemoteSession.retrieveRunCompletionStatus()
Retrieves the run completion status (e.g.void
Session.retrieveRunCompletionStatus()
Retrieves the run completion status (e.g.void
LocalStatusCopier.run
(LocalSession session, File instanceParentDirectory, String outDir) RemoteOutputFinderCopier.run
(RemoteSession remote, String remoteDir, String localDir) void
RemoteStatusCopier.run
(RemoteSession remote, String remoteDir, String outDir) void
RemoteStatusGetter.run
(RemoteSession remote, String remoteDir)