org.eclipse.net4j.util.cache
Interface ICacheMonitor

All Superinterfaces:
INotifier
All Known Implementing Classes:
CacheMonitor

public interface ICacheMonitor
extends INotifier


Nested Class Summary
static class ICacheMonitor.Condition
           
static interface ICacheMonitor.ConditionPolicy
           
 
Method Summary
 void deregisterCache(ICache cache)
           
 ICacheMonitor.Condition getCondition()
           
 ICacheMonitor.ConditionPolicy getConditionPolicy()
           
 ICacheProbe registerCache(ICache cache)
           
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getConditionPolicy

ICacheMonitor.ConditionPolicy getConditionPolicy()

getCondition

ICacheMonitor.Condition getCondition()

registerCache

ICacheProbe registerCache(ICache cache)

deregisterCache

void deregisterCache(ICache cache)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.