Class RemoteHttpClientListener<K,V>
java.lang.Object
org.apache.commons.jcs3.auxiliary.remote.AbstractRemoteCacheListener<K,V>
org.apache.commons.jcs3.auxiliary.remote.http.client.RemoteHttpClientListener<K,V>
- All Implemented Interfaces:
Remote
,IRemoteCacheListener<K,
,V> ICacheListener<K,
V>
Does nothing
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteHttpClientListener
(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr, IElementSerializer elementSerializer) Only need one since it does work for all regions, just reference by multiple region names. -
Method Summary
Methods inherited from class org.apache.commons.jcs3.auxiliary.remote.AbstractRemoteCacheListener
getCacheManager, getListenerId, getLocalHostAddress, getRemoteType, handleDispose, handlePut, handleRemove, handleRemoveAll, setListenerId, toString
-
Constructor Details
-
RemoteHttpClientListener
public RemoteHttpClientListener(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr, IElementSerializer elementSerializer) 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
- cache configurationcacheMgr
- the cache hubelementSerializer
- a custom serializer
-
-
Method Details
-
dispose
Nothing
-