Class EXoContinuationClient

java.lang.Object
org.cometd.server.ServerSessionImpl
org.mortbay.cometd.continuation.EXoContinuationClient
All Implemented Interfaces:
org.cometd.bayeux.server.ServerSession, org.cometd.bayeux.Session, org.eclipse.jetty.util.component.Dumpable

@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.eclipse.jetty.util.component.Dumpable

    org.eclipse.jetty.util.component.Dumpable.DumpableContainer

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

    org.cometd.bayeux.server.ServerSession.AddedListener, org.cometd.bayeux.server.ServerSession.DeQueueListener, org.cometd.bayeux.server.ServerSession.Extension, org.cometd.bayeux.server.ServerSession.HeartBeatListener, org.cometd.bayeux.server.ServerSession.MessageListener, org.cometd.bayeux.server.ServerSession.QueueListener, org.cometd.bayeux.server.ServerSession.QueueMaxedListener, org.cometd.bayeux.server.ServerSession.RemovedListener, org.cometd.bayeux.server.ServerSession.ServerSessionListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated.
     

    Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

    KEY
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    void
    Deprecated.
     

    Methods inherited from class org.cometd.server.ServerSessionImpl

    addExtension, addListener, addMessage, batch, calculateInterval, calculateTimeout, cancelExpiration, connected, deliver, deliver, deliver1, destroyScheduler, disconnect, dump, endBatch, extendIncoming, extendOutgoing, flush, getAttribute, getAttributeNames, getBayeuxServer, getBrowserId, getExtensions, getId, getInterval, getListeners, getLocalSession, getLock, getMaxInterval, getQueue, getServerTransport, getSubscriptions, getTimeout, getUserAgent, handshake, hasNonLazyMessages, isAllowMessageDeliveryDuringHandshake, isBroadcastToPublisher, isConnected, isDisconnected, isHandshook, isLocalSession, isMetaConnectDeliveryOnly, isTerminated, notifyResumed, notifySuspended, reAdvise, removeAttribute, removed, removeExtension, removeListener, scheduleExpiration, setAllowMessageDeliveryDuringHandshake, setAttribute, setBroadcastToPublisher, setBrowserId, setInterval, setMaxInterval, setMetaConnectDeliveryOnly, setScheduler, setServerTransport, setTimeout, setUserAgent, shouldSchedule, startBatch, subscribe, sweep, takeAdvice, takeQueue, toString, unsubscribedFrom, updateServerEndPoint, updateTransientInterval, updateTransientTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

    dump, dumpSelf
  • Field Details

    • eXoId

      protected String eXoId
      Deprecated.
  • Constructor Details

    • EXoContinuationClient

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

    • getEXoId

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

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