Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.distribution |
This package is for cache replication.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,CacheManagerPeerListener> |
CacheManager.cacheManagerPeerListeners
The map of listeners
|
Modifier and Type | Method and Description |
---|---|
CacheManagerPeerListener |
CacheManager.getCachePeerListener(String scheme)
When CacheManage is configured as part of a cluster, a CacheManagerPeerListener will
be registered in it.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CacheManagerPeerListener> |
ConfigurationHelper.createCachePeerListeners()
Tries to load the class specified otherwise defaults to null
|
Modifier and Type | Class and Description |
---|---|
class |
RMICacheManagerPeerListener
A cache server which exposes available cache operations remotely through RMI.
|
Modifier and Type | Method and Description |
---|---|
abstract CacheManagerPeerListener |
CacheManagerPeerListenerFactory.createCachePeerListener(CacheManager cacheManager,
Properties properties)
Creates a peer provider.
|
CacheManagerPeerListener |
RMICacheManagerPeerListenerFactory.createCachePeerListener(CacheManager cacheManager,
Properties properties) |
protected CacheManagerPeerListener |
RMICacheManagerPeerListenerFactory.doCreateCachePeerListener(String hostName,
Integer port,
Integer remoteObjectPort,
CacheManager cacheManager,
Integer socketTimeoutMillis)
A template method to actually create the factory
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.