| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.im.v2i.RequestHandler.BatchModeRequestHandler.RequestStatCollector
public static class BatchModeRequestHandler.RequestStatCollector
The Request statistic collector.
| Constructor Summary | |
|---|---|
BatchModeRequestHandler.RequestStatCollector()
 | 
|
| Method Summary | |
|---|---|
 void | 
collect(BatchModeRequestHandler obj)
Collect the statistic in a batch mode request handler.  | 
 void | 
incrNumOfConfirmedAnotherRequest()
Increase the number of confirmed another request.  | 
 void | 
incrNumOfLateRequest()
Increase the number of late request.  | 
 void | 
incrNumOfQueuedRequest()
Increase the number of queued request.  | 
 void | 
incrTotalNumOfRequest()
Increase the total number of request.  | 
 void | 
print(PrintStream outfile)
Print the statistic.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BatchModeRequestHandler.RequestStatCollector()
| Method Detail | 
|---|
public void incrTotalNumOfRequest()
public void incrNumOfConfirmedAnotherRequest()
public void incrNumOfLateRequest()
public void incrNumOfQueuedRequest()
public void collect(BatchModeRequestHandler obj)
collect in interface StatCollector<BatchModeRequestHandler>obj - the batch mode request handlerpublic void print(PrintStream outfile)
print in interface StatCollector<BatchModeRequestHandler>outfile - the output stream
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||