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 SummaryConstructorsConstructorDescriptionRemoteHttpClientListener(IRemoteCacheAttributes irca, ICompositeCacheManager cacheMgr, IElementSerializer elementSerializer) Only need one since it does work for all regions, just reference by multiple region names.
- 
Method SummaryMethods inherited from class org.apache.commons.jcs3.auxiliary.remote.AbstractRemoteCacheListenergetCacheManager, getListenerId, getLocalHostAddress, getRemoteType, handleDispose, handlePut, handleRemove, handleRemoveAll, setListenerId, toString
- 
Constructor Details- 
RemoteHttpClientListenerpublic 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 configuration
- cacheMgr- the cache hub
- elementSerializer- a custom serializer
 
 
- 
- 
Method Details- 
disposeNothing
 
-