Project JXTA

net.jxta.impl.endpoint
Class QuotaIncomingMessageListener.MyCacheListener

java.lang.Object
  extended bynet.jxta.impl.endpoint.QuotaIncomingMessageListener.MyCacheListener
All Implemented Interfaces:
CacheEntryListener
Enclosing class:
QuotaIncomingMessageListener

static class QuotaIncomingMessageListener.MyCacheListener
extends Object
implements CacheEntryListener

A canonical mapping of all the message originators. This is a cache, since peers can disappear silently.

Note: a number of accounts might not be the best criterion though. since just a few stale accounts could hog a lot of resources. May be we should just make that cache sensitive to the inconvenience endured by live accounts.


Constructor Summary
(package private) QuotaIncomingMessageListener.MyCacheListener()
           
 
Method Summary
 void purged(CacheEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotaIncomingMessageListener.MyCacheListener

QuotaIncomingMessageListener.MyCacheListener()
Method Detail

purged

public void purged(CacheEntry entry)
Specified by:
purged in interface CacheEntryListener

JXTA J2SE