Uses of Class
repast.simphony.batch.ssh.StatusException
Packages that use StatusException
-
Uses of StatusException in repast.simphony.batch
Methods in repast.simphony.batch that throw StatusException -
Uses of StatusException in repast.simphony.batch.ssh
Methods in repast.simphony.batch.ssh that throw StatusExceptionModifier and TypeMethodDescriptionvoidLocalSession.copyCompletionStatus(String outDirectory) voidRemoteSession.copyCompletionStatus(String outDirectory) Copies the completion status from the host and directory where the model was run to the specified directory.voidSession.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.voidLocalSession.retrieveRunCompletionStatus()voidRemoteSession.retrieveRunCompletionStatus()Retrieves the run completion status (e.g.voidSession.retrieveRunCompletionStatus()Retrieves the run completion status (e.g.voidLocalStatusCopier.run(LocalSession session, File instanceParentDirectory, String outDir) RemoteOutputFinderCopier.run(RemoteSession remote, String remoteDir, String localDir) voidRemoteStatusCopier.run(RemoteSession remote, String remoteDir, String outDir) voidRemoteStatusGetter.run(RemoteSession remote, String remoteDir)