g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.ISSHConnectionInfo

Packages that use ISSHConnectionInfo
eu.geclipse.batch   
eu.geclipse.batch.pbs   
 

Uses of ISSHConnectionInfo in eu.geclipse.batch
 

Methods in eu.geclipse.batch with parameters of type ISSHConnectionInfo
 boolean AbstractBatchService.connectToServer(ISSHConnectionInfo sshConnectionInfo)
          Establishes a ssh-connection to the server running the PBS service.
 boolean IBatchService.connectToServer(ISSHConnectionInfo sshConnectionInfo)
          Establishes a ssh-connection to the server running the batch service.
 void SSHPersistantConnection.createSession(ISSHConnectionInfo sshConnectionInfo, java.util.List<IForward> forwards)
          Creates a new SSH session using the specified ssh connection information.
 void SSHConnection.createSession(ISSHConnectionInfo sshConnectionInfo, java.util.List<IForward> forwards)
          Creates a new SSH session using the specified ssh connection information.
 

Uses of ISSHConnectionInfo in eu.geclipse.batch.pbs
 

Methods in eu.geclipse.batch.pbs with parameters of type ISSHConnectionInfo
 boolean PBSBatchService.connectToServer(ISSHConnectionInfo sshConnectionInfo)
          Establishes a ssh-connection to the server running the PBS service.
 


g-Eclipse
Release 1.0.0