|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.xmlBlaster.test.classtest.queue.QueueThread
| Field Summary | |
static int |
counter
|
private java.util.ArrayList |
entryList
|
private Global |
glob
|
private static java.util.logging.Logger |
log
|
private static java.lang.String |
ME
|
private java.lang.String |
name
|
private I_Queue |
queue
|
private int |
sizeOfMsg
|
private int |
sweeps
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
QueueThread(Global glob,
java.lang.String name,
I_Queue queue,
java.util.logging.Logger log,
int sweeps,
int sizeOfMsg)
|
|
| Method Summary | |
void |
run()
|
protected void |
runPeekAllRemoveOneByOne()
|
protected void |
runPut()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static final java.lang.String ME
private I_Queue queue
private int sweeps
private static java.util.logging.Logger log
private java.lang.String name
private int sizeOfMsg
private Global glob
public static int counter
private java.util.ArrayList entryList
| Constructor Detail |
public QueueThread(Global glob,
java.lang.String name,
I_Queue queue,
java.util.logging.Logger log,
int sweeps,
int sizeOfMsg)
throws XmlBlasterException,
java.sql.SQLException
| Method Detail |
protected void runPut()
protected void runPeekAllRemoveOneByOne()
public void run()
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||