|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.globus.ftp.dc
Class GridFTPActiveConnectTask
java.lang.Object | +--org.globus.ftp.dc.Task | +--org.globus.ftp.dc.ActiveConnectTask | +--org.globus.ftp.dc.GridFTPActiveConnectTask
- public class GridFTPActiveConnectTask
- extends ActiveConnectTask
Unlike in the parent class, here we use authentication and protection.
| Field Summary | |
protected GridFTPSession |
gSession
|
| Fields inherited from class org.globus.ftp.dc.ActiveConnectTask |
box, control, 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 |
gSession
protected GridFTPSession gSession
| Constructor Detail |
GridFTPActiveConnectTask
public GridFTPActiveConnectTask(HostPort hostPort, BasicServerControlChannel control, SocketBox box, GridFTPSession gSession)
| Method Detail |
execute
public void execute()
- Overrides:
executein classActiveConnectTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||