Uses of Class
net.sf.ehcache.distribution.RemoteCacheException
-
Packages that use RemoteCacheException Package Description net.sf.ehcache.distribution This package is for cache replication. -
-
Uses of RemoteCacheException in net.sf.ehcache.distribution
Methods in net.sf.ehcache.distribution that throw RemoteCacheException Modifier and Type Method Description voidRMIBootstrapCacheLoader. doLoad(Ehcache cache)Bootstraps the cache from a random CachePeer.voidRMIBootstrapCacheLoader. load(Ehcache cache)Bootstraps the cache from a random CachePeer.protected static voidRMISynchronousCacheReplicator. replicatePutNotification(Ehcache cache, Element element)Does the actual RMI remote call.protected static voidRMISynchronousCacheReplicator. replicateRemovalNotification(Ehcache cache, java.io.Serializable key)Does the actual RMI remote call.
-