|
||||||||||
| 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 numWorkerThreads,
int maxQueueSize,
String name)
Constructs ... |
|
| Method Summary | |
|---|---|
boolean |
addItem(XMPPProcessorIfc processor,
Packet packet,
XMPPResourceConnection conn)
Method description |
long |
getAverageProcessingTime()
Method description |
long |
getDroppedPackets()
Method description |
String |
getName()
Method description |
int |
getTotalQueueSize()
Method description |
int |
getTotalRuns()
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 numWorkerThreads,
int maxQueueSize,
String name)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
worker - numWorkerThreads - maxQueueSize - name -
ClassNotFoundException
InstantiationException
IllegalAccessException| Method Detail |
|---|
public boolean addItem(XMPPProcessorIfc processor,
Packet packet,
XMPPResourceConnection conn)
processor - packet - conn -
public long getAverageProcessingTime()
public long getDroppedPackets()
public String getName()
public int getTotalQueueSize()
public int getTotalRuns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||