Uses of Class
org.apache.commons.jcs3.auxiliary.remote.RemoteCacheMonitor
Packages that use RemoteCacheMonitor
Package
Description
Root package for the remote auxiliary cache.
-
Uses of RemoteCacheMonitor in org.apache.commons.jcs3.auxiliary.remote
Constructors in org.apache.commons.jcs3.auxiliary.remote with parameters of type RemoteCacheMonitorModifierConstructorDescriptionRemoteCache
(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener, RemoteCacheMonitor monitor) Constructor for the RemoteCache object.protected
RemoteCacheManager
(IRemoteCacheAttributes cattr, ICompositeCacheManager cacheMgr, RemoteCacheMonitor monitor, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Constructs an instance to with the given remote connection parameters.