org.jacorb.orb.giop

Class LRUStatisticsProviderImpl

public class LRUStatisticsProviderImpl extends Object implements StatisticsProvider

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

Author: Nicolas Noffke

Method Summary
voidflushed()
The transport has been flushed.
longgetLastUsage()
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.

Method Detail

flushed

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

getLastUsage

public long getLastUsage()

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.