net.sf.ehcache.distribution
public class JNDIManualRMICacheManagerPeerProviderFactory extends RMICacheManagerPeerProviderFactory
Version: $Id: JNDIManualRMICacheManagerPeerProviderFactory.java 191 2006-09-03 22:41:48Z gregluck $
Default values where properties are not specified or left empty are:
Method Summary | |
---|---|
protected CacheManagerPeerProvider | createManuallyConfiguredCachePeerProvider(Properties properties)
peerDiscovery=manual,
jndiUrls=//hostname:port/cacheName //hostname:port/cacheName
The jndiUrls are in the format expected by the implementation of your Context.INITIAL_CONTEXT_FACTORY. |