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 for TerracottaCacheEventReplication
instances
- Version:
- $Id: TerracottaCacheEventReplicationFactory.java 5594 2012-05-07 16:04:31Z cdennis $
- Author:
- Geert Bevin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerracottaCacheEventReplicationFactory
public TerracottaCacheEventReplicationFactory()
createCacheEventListener
public CacheEventListener createCacheEventListener(Properties properties)
- Create a
CacheEventListener
- Specified by:
createCacheEventListener
in class CacheEventListenerFactory
- Parameters:
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xml
- Returns:
- a constructed CacheEventListener
Copyright 2001-2014, Terracotta, Inc.