Package org.mortbay.cometd.continuation
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.
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.DumpableContainerNested 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
FieldsFields inherited from interface org.eclipse.jetty.util.component.Dumpable
KEY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated. -
Method Summary
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, updateTransientTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.Dumpable
dump, dumpSelf
-
Field Details
-
eXoId
Deprecated.
-
-
Constructor Details
-
EXoContinuationClient
Deprecated.- Parameters:
bayeux- the bayeux.
-
-
Method Details
-
getEXoId
Deprecated.- Returns:
- exoId of client.
-
setEXoId
Deprecated.- Parameters:
eXoId- the client id.
-