|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cometd.server.ChannelImpl
org.cometd.server.AbstractBayeux.ServiceChannel
protected class AbstractBayeux.ServiceChannel
Method Summary | |
---|---|
ChannelImpl |
addChild(ChannelImpl channel)
Add a channel |
void |
subscribe(Client client)
Subscribes the given Client to this channel. |
Methods inherited from class org.cometd.server.ChannelImpl |
---|
addDataFilter, addListener, deliver, doDelivery, doRemove, getChannelCount, getChannelId, getChannels, getChild, getDataFilters, getId, getSubscriberCount, getSubscribers, isLazy, isPersistent, publish, publishLazy, remove, removeDataFilter, removeListener, setLazy, setPersistent, toString, unsubscribe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ChannelImpl addChild(ChannelImpl channel)
ChannelImpl
addChild
in class ChannelImpl
public void subscribe(Client client)
Channel
Client
to this channel.
subscribe
in interface Channel
subscribe
in class ChannelImpl
client
- the client to subscribeChannel.unsubscribe(Client)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |