Uses of Class
org.peace_tools.core.session.ServerSession

Packages that use ServerSession
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
org.peace_tools.core.job Contains the classes associated with the job wizard. 
org.peace_tools.core.server Contains the classes associated with the server wizard. 
org.peace_tools.core.session Contains the classes associated with providing a session on a local or remote server. 
org.peace_tools.views Contains the classes that provide views for the various data objects in the GUI. 
 

Uses of ServerSession in org.peace_tools.core
 

Fields in org.peace_tools.core declared as ServerSession
private  ServerSession FileCopyDialog.session
          The server session to be used for copying the necessary files.
private  ServerSession JobMonitor.session
          The session (local/remote) to the server on which the job is running.
 

Methods in org.peace_tools.core with parameters of type ServerSession
private  java.lang.String PEACEInstaller.copyInstallFiles(ServerSession ss)
          This is a helper method that is used to copy the install files to the server.
 

Uses of ServerSession in org.peace_tools.core.job
 

Fields in org.peace_tools.core.job declared as ServerSession
private  ServerSession SubmitJobWizardPage.server
          The session to the server on which the job is to be submitted.
 

Uses of ServerSession in org.peace_tools.core.server
 

Fields in org.peace_tools.core.server declared as ServerSession
private  ServerSession ServerInfoWizardPage.serverSession
          This instance variable is used to manage the connection to the server just for testing purposes.
private  ServerSession ServerTypeWizardPage.srvrSession
          This instance variable is used to manage the connection to the remote server just for testing purposes.
 

Uses of ServerSession in org.peace_tools.core.session
 

Subclasses of ServerSession in org.peace_tools.core.session
 class LocalServerSession
          A local server session to run jobs on the local host.
 class RemoteServerSession
          A remote server session based on the secure shell (SSH) protocol.
 

Methods in org.peace_tools.core.session that return ServerSession
static ServerSession SessionFactory.createSession(java.awt.Component parent, Server server)
          Factory method to create suitable server session.
 

Uses of ServerSession in org.peace_tools.views
 

Methods in org.peace_tools.views with parameters of type ServerSession
protected  void DetailView.runCommand(ServerSession session, java.lang.String command, java.lang.String option, java.lang.String[] streams)
          Helper method to run the job runner on the server and return outputs.