Java Doc for SessionManager.java in » Net » j2ssh » com » sshtools » common » ui » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This interface is used by the Session Provider framework to abstract
the SshClient connection away from the session provider. This restricts
the session to performing operations that are allowed by the controlling
application. For instance, the provider cannot simply diconnect the
connection, since the SshClient's disconnect method is not exposed, instead
a requestDisconnect method is provided allowing the controlling
application to simply ignore a disconnect since it may have other sessions
open.
Most of the methods of this interface will simply be required to call the
identical method on SshClient.
author: Lee David Painter version: $Revision: 1.11 $