Uses of Package
com.sshtools.profile

Packages that use com.sshtools.profile
com.sshtools.profile A profile is a persistable representation of a connection and its associated settings. 
com.sshtools.terminal This package contains core terminal interfaces and utility classes that enable the creation of a terminal implementation. 
com.sshtools.terminal.awt This package contains an AWT implementation of a terminal. 
com.sshtools.terminal.schemes.exe   
com.sshtools.terminal.swing This package contains a Swing implementation of a terminal. 
com.sshtools.virtualsession Provides some kind of display or 'screen' for a single connection to a host and a manager to manage multiple instances of these displays 
com.sshtools.virtualsession.ui.awt   
com.sshtools.virtualsession.ui.swing   
 

Classes in com.sshtools.profile used by com.sshtools.profile
AuthenticationException
          Exception thrown if the authentication with a host fails for some reason during connection.
ConnectionManager
          The ConnectionManager is responsible for accepting registrations of SchemeHandler implementations and all them to be accessed by the scheme name.
ProfileException
          Exception thrown when there are errors caused by handling of a ResourceProfile.
ProfileTransport
          ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfile
          A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
ResourceProfileListener
          Listener interface to be implemented when you need to watch for changes to a ResourceProfile.
SchemeHandler
           
SchemeOptions
          To allow each connection scheme to have its own protocol specific options, a ResourceProfile can have a single SchemeOptions implementation.
URI
          Axis Note: This class was 'borrowed' from Xerces 2: org.apache.xerces.util.URI.java, version 1.22
URI.MalformedURIException
          MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
 

Classes in com.sshtools.profile used by com.sshtools.terminal
ProfileTransport
          ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfile
          A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
 

Classes in com.sshtools.profile used by com.sshtools.terminal.awt
ProfileTransport
          ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfile
          A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
 

Classes in com.sshtools.profile used by com.sshtools.terminal.schemes.exe
AuthenticationException
          Exception thrown if the authentication with a host fails for some reason during connection.
ProfileException
          Exception thrown when there are errors caused by handling of a ResourceProfile.
ProfileTransport
          ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfile
          A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
SchemeHandler
           
SchemeOptions
          To allow each connection scheme to have its own protocol specific options, a ResourceProfile can have a single SchemeOptions implementation.
 

Classes in com.sshtools.profile used by com.sshtools.terminal.swing
ProfileTransport
          ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfile
          A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
 

Classes in com.sshtools.profile used by com.sshtools.virtualsession
ProfileTransport
          ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfile
          A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
URI
          Axis Note: This class was 'borrowed' from Xerces 2: org.apache.xerces.util.URI.java, version 1.22
 

Classes in com.sshtools.profile used by com.sshtools.virtualsession.ui.awt
URI
          Axis Note: This class was 'borrowed' from Xerces 2: org.apache.xerces.util.URI.java, version 1.22
 

Classes in com.sshtools.profile used by com.sshtools.virtualsession.ui.swing
URI
          Axis Note: This class was 'borrowed' from Xerces 2: org.apache.xerces.util.URI.java, version 1.22
 



Copyright © 2003-2004 3SP LTD. All Rights Reserved.