org.jacorb.orb.giop
public class LRUStatisticsProviderImpl extends Object implements StatisticsProvider
Version: $Id: LRUStatisticsProviderImpl.java,v 1.4 2004/05/06 12:40:00 nicolas Exp $
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. |