com.sshtools.daemon.session
Class SessionChannelFactory

java.lang.Object
  extended by com.sshtools.daemon.session.SessionChannelFactory
All Implemented Interfaces:
ChannelFactory

public class SessionChannelFactory
extends java.lang.Object
implements ChannelFactory

Version:
$Revision: 1.12 $
Author:
$author$

Field Summary
static java.lang.String SESSION_CHANNEL
           
 
Constructor Summary
SessionChannelFactory()
          Creates a new SessionChannelFactory object.
 
Method Summary
 Channel createChannel(java.lang.String channelType, byte[] requestData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_CHANNEL

public static final java.lang.String SESSION_CHANNEL
See Also:
Constant Field Values
Constructor Detail

SessionChannelFactory

public SessionChannelFactory()
                      throws ConfigurationException
Creates a new SessionChannelFactory object.

Throws:
ConfigurationException
Method Detail

createChannel

public Channel createChannel(java.lang.String channelType,
                             byte[] requestData)
                      throws InvalidChannelException
Specified by:
createChannel in interface ChannelFactory
Throws:
InvalidChannelException


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.