org.jacorb.orb.giop
Class LRUStatisticsProviderImpl

java.lang.Object
  extended byorg.jacorb.orb.giop.LRUStatisticsProviderImpl
All 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

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

Constructor Detail

LRUStatisticsProviderImpl

public LRUStatisticsProviderImpl()
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

getLastUsage

public long getLastUsage()