com.sshtools.terminal.schemes.exe
Class NativeSchemeHandler

java.lang.Object
  extended by com.sshtools.profile.SchemeHandler
      extended by com.sshtools.terminal.schemes.exe.NativeSchemeHandler

public class NativeSchemeHandler
extends SchemeHandler

Title:

Description:

Copyright: Copyright (c) 2006

Company:

Author:
not attributable

Constructor Summary
NativeSchemeHandler()
           
 
Method Summary
 ProfileTransport createProfileTransport(ResourceProfile profile)
          Create the ProfileTransport appropriate for this scheme
 SchemeOptions createSchemeOptions()
          Create a SchemeOptions appropriate for this scheme
 
Methods inherited from class com.sshtools.profile.SchemeHandler
getDescription, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeSchemeHandler

public NativeSchemeHandler()
Method Detail

createProfileTransport

public ProfileTransport createProfileTransport(ResourceProfile profile)
                                        throws ProfileException,
                                               java.io.IOException,
                                               AuthenticationException
Description copied from class: SchemeHandler
Create the ProfileTransport appropriate for this scheme

Specified by:
createProfileTransport in class SchemeHandler
Parameters:
profile - ResourceProfile
Returns:
profile transport
Throws:
ProfileException
java.io.IOException
AuthenticationException

createSchemeOptions

public SchemeOptions createSchemeOptions()
Description copied from class: SchemeHandler
Create a SchemeOptions appropriate for this scheme

Specified by:
createSchemeOptions in class SchemeHandler
Returns:
scheme options


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