RunnableGridFTPTransferSourceThreadpublic class TransferSourceThread extends TransferThread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field | Description |
|---|---|---|
protected TransferContext |
context |
|
protected BasicServerControlChannel |
localControlChannel |
|
protected static org.apache.commons.logging.Log |
logger |
|
protected SocketBox |
socketBox |
|
protected DataSource |
source |
|
protected DataChannelWriter |
writer |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor | Description |
|---|---|
TransferSourceThread(AbstractDataChannel dataChannel,
SocketBox socketBox,
DataSource source,
BasicServerControlChannel localControlChannel,
TransferContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
|
protected Object |
shutdown() |
|
protected void |
startup() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected static org.apache.commons.logging.Log logger
protected DataChannelWriter writer
protected DataSource source
protected BasicServerControlChannel localControlChannel
protected TransferContext context
protected SocketBox socketBox
public TransferSourceThread(AbstractDataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context) throws Exception
Exceptionprotected void startup()
protected Object shutdown() throws IOException
IOExceptionCopyright © 2018. All rights reserved.