org.globus.ftp.dc
Class GridFTPDataChannelFactory

java.lang.Object
  extended by org.globus.ftp.dc.GridFTPDataChannelFactory
All Implemented Interfaces:
DataChannelFactory

public class GridFTPDataChannelFactory
extends java.lang.Object
implements DataChannelFactory


Field Summary
protected static org.apache.commons.logging.Log logger
           
 
Constructor Summary
GridFTPDataChannelFactory()
           
 
Method Summary
 DataChannel getDataChannel(Session session, SocketBox socketBox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.commons.logging.Log logger
Constructor Detail

GridFTPDataChannelFactory

public GridFTPDataChannelFactory()
Method Detail

getDataChannel

public DataChannel getDataChannel(Session session,
                                  SocketBox socketBox)
Specified by:
getDataChannel in interface DataChannelFactory