org.mortbay.cometd.continuation
Class EXoContinuationClient

java.lang.Object
  extended by org.mortbay.cometd.ClientImpl
      extended by org.mortbay.cometd.continuation.ContinuationClient
          extended by org.mortbay.cometd.continuation.EXoContinuationClient
All Implemented Interfaces:
dojox.cometd.Client

public class EXoContinuationClient
extends org.mortbay.cometd.continuation.ContinuationClient

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Field Summary
protected  String eXoId
           
 
Fields inherited from class org.mortbay.cometd.continuation.ContinuationClient
_timeout
 
Constructor Summary
protected EXoContinuationClient(EXoContinuationBayeux bayeux)
           
 
Method Summary
 String getEXoId()
           
 void setEXoId(String eXoId)
           
 
Methods inherited from class org.mortbay.cometd.continuation.ContinuationClient
access, getContinuation, isLocal, lastAccessed, remove, resume, setContinuation
 
Methods inherited from class org.mortbay.cometd.ClientImpl
addListener, addSubscription, deliver, deliver, doDelivery, endBatch, equals, getAdviceVersion, getBrowserId, getConnectionType, getId, getListener, getMessages, getTimeout, hasMessages, isJSONCommented, publish, removeListener, removeSubscription, responded, responsePending, returnMessage, returnMessages, setAdviceVersion, setBrowserId, setConnectionType, setId, setJSONCommented, setListener, setTimeout, startBatch, subscribe, takeMessage, takeMessages, toString, unsubscribe, unsubscribeAll
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eXoId

protected String eXoId
Constructor Detail

EXoContinuationClient

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

getEXoId

public String getEXoId()
Returns:
exoId of client.

setEXoId

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.