Uses of Interface
org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheListener

Packages that use IRemoteCacheListener
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.server   
 

Uses of IRemoteCacheListener in org.apache.jcs.auxiliary.remote
 

Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheListener
 class RemoteCacheListener
          Registered with RemoteCache server.
 

Fields in org.apache.jcs.auxiliary.remote declared as IRemoteCacheListener
protected static IRemoteCacheListener RemoteCacheListener.instance
          Description of the Field
 

Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheListener
static IRemoteCacheListener RemoteCacheListener.getInstance(IRemoteCacheAttributes irca)
          Gets the instance attribute of the RemoteCacheListener class
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheListener
 void RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr, IRemoteCacheListener listener)
          Adds the remote cache listener to the underlying cache-watch service.
 

Uses of IRemoteCacheListener in org.apache.jcs.auxiliary.remote.server
 

Classes in org.apache.jcs.auxiliary.remote.server that implement IRemoteCacheListener
 class RemoteCacheServerListener
          This listener class is for inter cache commumication.
 

Fields in org.apache.jcs.auxiliary.remote.server declared as IRemoteCacheListener
protected static IRemoteCacheListener RemoteCacheServerListener.instance
          Description of the Field
 

Methods in org.apache.jcs.auxiliary.remote.server that return IRemoteCacheListener
static IRemoteCacheListener RemoteCacheServerListener.getInstance(IRemoteCacheAttributes irca)
          Gets the instance attribute of the RemoteCacheServerListener class
 

Methods in org.apache.jcs.auxiliary.remote.server with parameters of type IRemoteCacheListener
 void RemoteCacheClusterManager.addRemoteCacheListener(IRemoteCacheAttributes cattr, IRemoteCacheListener listener)
          Adds the remote cache listener to the underlying cache-watch service.