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
@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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEXoContinuationClient(EXoContinuationBayeux bayeux)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetEXoId()Deprecated.voidsetEXoId(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.
-
-