|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.util.ProcessingThreads<E>
E - public class ProcessingThreads<E extends WorkerThread>
Created: Apr 21, 2009 8:50:50 PM
| Constructor Summary | |
|---|---|
ProcessingThreads(E worker,
int numQueues,
int numWorkerThreads,
int maxQueueSize,
java.lang.String name)
Constructs ... |
|
| Method Summary | |
|---|---|
boolean |
addItem(Packet packet,
XMPPResourceConnection conn)
Method description |
long |
getAverageProcessingTime()
Method description |
long |
getDroppedPackets()
Method description |
java.lang.String |
getName()
Method description |
int |
getTotalQueueSize()
Method description |
int |
getTotalRuns()
Method description |
E |
getWorkerThread()
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingThreads(E worker,
int numQueues,
int numWorkerThreads,
int maxQueueSize,
java.lang.String name)
worker - numQueues - numWorkerThreads - maxQueueSize - name - | Method Detail |
|---|
public boolean addItem(Packet packet,
XMPPResourceConnection conn)
packet - conn -
public long getAverageProcessingTime()
public long getDroppedPackets()
public java.lang.String getName()
public int getTotalQueueSize()
public int getTotalRuns()
public E getWorkerThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||