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.behavior   
 

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
 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.behavior
 

Methods in org.apache.jcs.auxiliary.remote.behavior that return IRemoteCacheListener
 IRemoteCacheListener IRemoteCacheClient.getListener()
          This returns the listener associated with this remote cache.
 



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