org.jacorb.orb.giop

Class LRUStatisticsProviderImpl

Implemented Interfaces:
StatisticsProvider

public class LRUStatisticsProviderImpl
extends java.lang.Object
implements StatisticsProvider

Version:
$Id: LRUStatisticsProviderImpl.java,v 1.4 2004/05/06 12:40:00 nicolas Exp $

Author:
Nicolas Noffke

Method Summary

void
flushed()
The transport has been flushed.
long
getLastUsage()
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.

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


getLastUsage

public long getLastUsage()


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