public abstract class CacheManagerPeerListenerFactory extends Object
Constructor and Description |
---|
CacheManagerPeerListenerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract CacheManagerPeerListener |
createCachePeerListener(CacheManager cacheManager,
Properties properties)
Creates a peer provider.
|
public abstract CacheManagerPeerListener createCachePeerListener(CacheManager cacheManager, Properties properties)
cacheManager
- the CacheManager instance connected to this peer providerproperties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xmlCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.