Package net.sf.ehcache.event
Class TerracottaCacheEventReplicationFactory
- java.lang.Object
-
- net.sf.ehcache.event.CacheEventListenerFactory
-
- net.sf.ehcache.event.TerracottaCacheEventReplicationFactory
-
public class TerracottaCacheEventReplicationFactory extends CacheEventListenerFactory
Factory forTerracottaCacheEventReplicationinstances- Version:
- $Id$
- Author:
- Geert Bevin
-
-
Constructor Summary
Constructors Constructor Description TerracottaCacheEventReplicationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheEventListenercreateCacheEventListener(java.util.Properties properties)Create aCacheEventListener
-
-
-
Method Detail
-
createCacheEventListener
public CacheEventListener createCacheEventListener(java.util.Properties properties)
Create aCacheEventListener- Specified by:
createCacheEventListenerin classCacheEventListenerFactory- Parameters:
properties- implementation specific properties. These are configured as comma separated name value pairs in ehcache.xml- Returns:
- a constructed CacheEventListener
-
-