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.
 

Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheListener
protected  IRemoteCacheListener RemoteCache.getListener()
          Allows other member of this package to access the listerner.
 

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.
 void RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr, IRemoteCacheListener listener)
          Removes a listener.
 

Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheListener
RemoteCache(IRemoteCacheAttributes cattr, IRemoteCacheService remote, IRemoteCacheListener listener)
          Constructor for the RemoteCache object.
 

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
 



Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.