solar.test
Class PackReceiver.Profiler

java.lang.Object
  |
  +--solar.test.PackReceiver.Profiler
All Implemented Interfaces:
EndPoint, EventHandler, Subscriber
Enclosing class:
PackReceiver

class PackReceiver.Profiler
extends java.lang.Object
implements Subscriber


Field Summary
(package private)  int _scount
           
(package private)  boolean _summary
           
(package private)  int _tcount
           
(package private)  int _tlatency
           
 
Constructor Summary
PackReceiver.Profiler(boolean summary)
           
 
Method Summary
 void handleEvent(Event evt)
          Processing an event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_scount

int _scount

_tcount

int _tcount

_tlatency

int _tlatency

_summary

boolean _summary
Constructor Detail

PackReceiver.Profiler

public PackReceiver.Profiler(boolean summary)
Method Detail

handleEvent

public void handleEvent(Event evt)
                 throws java.lang.Exception
Description copied from interface: EventHandler
Processing an event.

Specified by:
handleEvent in interface EventHandler
java.lang.Exception