org.apache.jcs.auxiliary.remote.http.client
Class RemoteHttpClientListener<K extends Serializable,V extends Serializable>
java.lang.Object
org.apache.jcs.auxiliary.remote.AbstractRemoteCacheListener<K,V>
org.apache.jcs.auxiliary.remote.http.client.RemoteHttpClientListener<K,V>
- All Implemented Interfaces:
- Serializable, Remote, IRemoteCacheListener<K,V>, ICacheListener<K,V>
public class RemoteHttpClientListener<K extends Serializable,V extends Serializable>
- extends AbstractRemoteCacheListener<K,V>
Does nothing
- See Also:
- Serialized Form
|
Method Summary |
void |
dispose()
Nothing |
RemoteHttpClientListener
public RemoteHttpClientListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
- Only need one since it does work for all regions, just reference by multiple region names.
The constructor exports this object, making it available to receive incoming calls. The
callback port is anonymous unless a local port value was specified in the configuration.
- Parameters:
irca - cacheMgr -
dispose
public void dispose()
- Nothing
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.