Package org.globus.ftp.dc
Class GridFTPTransferSourceThread
java.lang.Object
java.lang.Thread
org.globus.ftp.dc.TransferThread
org.globus.ftp.dc.TransferSourceThread
org.globus.ftp.dc.GridFTPTransferSourceThread
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EBlockParallelTransferContext
protected static org.apache.commons.logging.Log
Fields inherited from class org.globus.ftp.dc.TransferSourceThread
context, localControlChannel, socketBox, source, writer
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionGridFTPTransferSourceThread
(AbstractDataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, EBlockParallelTransferContext context) -
Method Summary
Methods inherited from class org.globus.ftp.dc.TransferSourceThread
run
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Field Details
-
logger
protected static org.apache.commons.logging.Log logger -
eContext
-
-
Constructor Details
-
GridFTPTransferSourceThread
public GridFTPTransferSourceThread(AbstractDataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, EBlockParallelTransferContext context) throws Exception - Throws:
Exception
-
-
Method Details
-
startup
protected void startup()- Overrides:
startup
in classTransferSourceThread
-
shutdown
- Overrides:
shutdown
in classTransferSourceThread
- Throws:
IOException
-