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 Details

    • RemoteHttpClientListener

      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

    • dispose

      public void dispose()
      Nothing