Class AjaxWebClient

java.lang.Object
org.apache.activemq.web.WebClient
org.apache.activemq.web.AjaxWebClient
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionActivationListener, jakarta.servlet.http.HttpSessionBindingListener, Externalizable, Serializable, EventListener

public class AjaxWebClient extends WebClient
See Also:
  • Constructor Details

    • AjaxWebClient

      public AjaxWebClient(jakarta.servlet.http.HttpServletRequest request, long maximumReadTimeout)
  • Method Details

    • getIdMap

      public Map<org.apache.activemq.MessageAvailableConsumer,String> getIdMap()
    • getDestinationNameMap

      public Map<org.apache.activemq.MessageAvailableConsumer,String> getDestinationNameMap()
    • getListener

      public AjaxListener getListener()
    • getMillisSinceLastAccessed

      public long getMillisSinceLastAccessed()
    • updateLastAccessed

      public void updateLastAccessed()
    • closeIfExpired

      public boolean closeIfExpired()
    • getNow

      protected long getNow()