org.jacorb.orb.giop

Class LFUStatisticsProviderImpl

public class LFUStatisticsProviderImpl extends Object implements StatisticsProvider

Version: $Id: LFUStatisticsProviderImpl.java,v 1.5 2006/06/28 12:41:43 alphonse.bendt Exp $

Author: Nicolas Noffke

Constructor Summary
LFUStatisticsProviderImpl()
Method Summary
voidflushed()
The transport has been flushed.
doublegetFrequency()
voidmessageChunkSent(int size)
A message chunk with the given size has been sent over the associated Transport.
voidmessageReceived(int size)
A message with the given size has been received by the associated Transport.

Constructor Detail

LFUStatisticsProviderImpl

public LFUStatisticsProviderImpl()

Method Detail

flushed

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

getFrequency

public double getFrequency()

messageChunkSent

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

messageReceived

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