|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ftp.dc.Task
org.globus.ftp.dc.GridFTPActiveConnectTask
public class GridFTPActiveConnectTask
Unlike in the parent class, here we use authentication and protection.
Field Summary | |
---|---|
protected SocketBox |
box
|
protected BasicServerControlChannel |
control
|
protected GridFTPSession |
gSession
|
protected HostPort |
hostPort
|
Fields inherited from class org.globus.ftp.dc.Task |
---|
complete, exception |
Constructor Summary | |
---|---|
GridFTPActiveConnectTask(HostPort hostPort,
BasicServerControlChannel control,
SocketBox box,
GridFTPSession gSession)
|
Method Summary | |
---|---|
void |
execute()
|
Methods inherited from class org.globus.ftp.dc.Task |
---|
setComplete, stop, waitFor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HostPort hostPort
protected BasicServerControlChannel control
protected SocketBox box
protected GridFTPSession gSession
Constructor Detail |
---|
public GridFTPActiveConnectTask(HostPort hostPort, BasicServerControlChannel control, SocketBox box, GridFTPSession gSession)
Method Detail |
---|
public void execute()
execute
in class Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |