org.jacorb.orb.giop

Class LFUStatisticsProviderImpl

Implemented Interfaces:
StatisticsProvider

public class LFUStatisticsProviderImpl
extends java.lang.Object
implements StatisticsProvider

Version:
$Id: LFUStatisticsProviderImpl.java,v 1.4 2004/05/06 12:40:00 nicolas 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.

Constructor Details

LFUStatisticsProviderImpl

public LFUStatisticsProviderImpl()

Method Details

flushed

public void flushed()
The transport has been flushed. This means that sending of a message is complete.
Specified by:
flushed in interface StatisticsProvider


getFrequency

public double getFrequency()


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


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