|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.event.CacheEventListenerFactory
An abstract factory for creating listeners. Implementers should provide their own concrete factory extending this factory. It can then be configured in ehcache.xml
Constructor Summary | |
CacheEventListenerFactory()
|
Method Summary | |
abstract CacheEventListener |
createCacheEventListener(java.util.Properties properties)
Create a CacheEventListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CacheEventListenerFactory()
Method Detail |
public abstract CacheEventListener createCacheEventListener(java.util.Properties properties)
CacheEventListener
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xml
|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |