Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
FileUploadManagerThread |
fileUploadManagerThread |
BlockingQueue<UploadFilePacket> |
packetQueue |
String |
responseMsg |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
FileUploadThreadTestHelper(BlockingQueue<UploadFilePacket> packetQueue) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BlockingQueue<UploadFilePacket> |
getPacketQueue() |
String |
getResponseMsg() |
void |
setFileUploadThreadManager(FileUploadManagerThread fileUploadManagerThread) |
activeCount, 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, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public BlockingQueue<UploadFilePacket> packetQueue
public FileUploadManagerThread fileUploadManagerThread
public String responseMsg
public FileUploadThreadTestHelper(BlockingQueue<UploadFilePacket> packetQueue)
packetQueue
- public void close()
FileUploadThread
public BlockingQueue<UploadFilePacket> getPacketQueue()
FileUploadThread
public String getResponseMsg()
FileUploadThread
public void setFileUploadThreadManager(FileUploadManagerThread fileUploadManagerThread) throws JUploadException
JUploadException
FileUploadThread
Copyright © 2015. All rights reserved.