org.jacorb.orb.giop
public class LFUStatisticsProviderImpl extends Object implements StatisticsProvider
Version: $Id: LFUStatisticsProviderImpl.java,v 1.5 2006/06/28 12:41:43 alphonse.bendt Exp $
Constructor Summary | |
---|---|
LFUStatisticsProviderImpl() |
Method Summary | |
---|---|
void | flushed()
The transport has been flushed. |
double | getFrequency() |
void | messageChunkSent(int size)
A message chunk with the given size has been sent over the associated
Transport. |
void | messageReceived(int size)
A message with the given size has been received by the
associated Transport. |