org.cometd.server
Class LocalSessionImpl.LocalChannel
java.lang.Object
org.cometd.common.AbstractClientSession.AbstractSessionChannel
org.cometd.server.LocalSessionImpl.LocalChannel
- All Implemented Interfaces:
- Channel, ClientSessionChannel
- Enclosing class:
- LocalSessionImpl
protected class LocalSessionImpl.LocalChannel
- extends AbstractClientSession.AbstractSessionChannel
A channel scoped to this local session
| Methods inherited from class org.cometd.common.AbstractClientSession.AbstractSessionChannel |
addListener, dump, getAttribute, getAttributeNames, getChannelId, getId, isBroadcast, isDeepWild, isMeta, isService, isWild, notifyMessageListeners, removeAttribute, removeListener, resetSubscriptions, setAttribute, subscribe, unsubscribe, unsubscribe |
getSession
public ClientSession getSession()
publish
public void publish(Object data)
publish
public void publish(Object data,
String messageId)
toString
public String toString()
- Overrides:
toString in class AbstractClientSession.AbstractSessionChannel
sendSubscribe
protected void sendSubscribe()
- Specified by:
sendSubscribe in class AbstractClientSession.AbstractSessionChannel
sendUnSubscribe
protected void sendUnSubscribe()
- Specified by:
sendUnSubscribe in class AbstractClientSession.AbstractSessionChannel
Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.