Class EXoContinuationClient

  • All Implemented Interfaces:
    org.cometd.bayeux.server.ServerSession, org.cometd.bayeux.Session

    @Deprecated
    public class EXoContinuationClient
    extends org.cometd.server.ServerSessionImpl
    Deprecated.
    Created by The eXo Platform SAS.
    Version:
    $Id: $
    Author:
    Vitaly Parfonov
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.cometd.bayeux.server.ServerSession

        org.cometd.bayeux.server.ServerSession.DeQueueListener, org.cometd.bayeux.server.ServerSession.Extension, org.cometd.bayeux.server.ServerSession.MaxQueueListener, org.cometd.bayeux.server.ServerSession.MessageListener, org.cometd.bayeux.server.ServerSession.QueueListener, org.cometd.bayeux.server.ServerSession.RemoveListener, org.cometd.bayeux.server.ServerSession.ServerSessionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String eXoId
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      String getEXoId()
      Deprecated.
       
      void setEXoId​(String eXoId)
      Deprecated.
       
      • Methods inherited from class org.cometd.server.ServerSessionImpl

        addExtension, addListener, addMessage, batch, calculateInterval, calculateTimeout, cancelIntervalTimeout, cancelSchedule, connected, deliver, deliver, disconnect, doDeliver, dump, endBatch, extendRecv, extendSendMessage, extendSendMeta, flush, getAttribute, getAttributeNames, getExtensions, getId, getInterval, getLocalSession, getLock, getMaxInterval, getQueue, getSubscriptions, getTimeout, getUserAgent, handshake, hasNonLazyMessages, isBroadcastToPublisher, isConnected, isDisconnected, isHandshook, isLocalSession, isMetaConnectDeliveryOnly, reAdvise, removeAttribute, removed, removeExtension, removeListener, setAttribute, setBroadcastToPublisher, setInterval, setMetaConnectDeliveryOnly, setScheduler, setTimeout, setUserAgent, startBatch, startIntervalTimeout, subscribedTo, sweep, takeAdvice, takeQueue, toString, unsubscribedFrom, updateTransientInterval, updateTransientTimeout
    • Field Detail

      • eXoId

        protected String eXoId
        Deprecated.
    • Constructor Detail

      • EXoContinuationClient

        protected EXoContinuationClient​(EXoContinuationBayeux bayeux)
        Deprecated.
        Parameters:
        bayeux - the bayeux.
    • Method Detail

      • getEXoId

        public String getEXoId()
        Deprecated.
        Returns:
        exoId of client.
      • setEXoId

        public void setEXoId​(String eXoId)
        Deprecated.
        Parameters:
        eXoId - the client id.