ehcache

net.sf.ehcache.event
Class TerracottaCacheEventReplicationFactory

java.lang.Object
  extended by net.sf.ehcache.event.CacheEventListenerFactory
      extended by 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

Constructor Summary
TerracottaCacheEventReplicationFactory()
           
 
Method Summary
 CacheEventListener createCacheEventListener(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

TerracottaCacheEventReplicationFactory

public TerracottaCacheEventReplicationFactory()
Method Detail

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

ehcache

Copyright 2001-2016, Terracotta, Inc.