org.jacorb.orb.giop
Class LFUStatisticsProviderImpl

java.lang.Object
  extended byorg.jacorb.orb.giop.LFUStatisticsProviderImpl
All Implemented Interfaces:
StatisticsProvider

public class LFUStatisticsProviderImpl
extends java.lang.Object
implements StatisticsProvider

Version:
$Id: LFUStatisticsProviderImpl.java,v 1.3 2003/08/15 11:04:40 andre.spiegel Exp $
Author:
Nicolas Noffke

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LFUStatisticsProviderImpl

public LFUStatisticsProviderImpl()
Method Detail

messageChunkSent

public void messageChunkSent(int size)
A message chunk with the given size has been sent over the associated Transport.

Specified by:
messageChunkSent in interface StatisticsProvider

flushed

public void flushed()
The transport has been flushed. This means that sending of a message is complete.

Specified by:
flushed in interface StatisticsProvider

messageReceived

public void messageReceived(int size)
A message with the given size has been received by the associated Transport.

Specified by:
messageReceived in interface StatisticsProvider

getFrequency

public double getFrequency()