org.globus.ftp.dc
Class GridFTPActiveConnectTask
java.lang.Object
org.globus.ftp.dc.Task
org.globus.ftp.dc.GridFTPActiveConnectTask
- public class GridFTPActiveConnectTask
- extends Task
Unlike in the parent class, here we use authentication
and protection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostPort
protected HostPort hostPort
control
protected BasicServerControlChannel control
box
protected SocketBox box
gSession
protected GridFTPSession gSession
GridFTPActiveConnectTask
public GridFTPActiveConnectTask(HostPort hostPort,
BasicServerControlChannel control,
SocketBox box,
GridFTPSession gSession)
execute
public void execute()
- Specified by:
execute
in class Task