org.projectodd.stilts.stomplet.simple
Class SubscriberList
java.lang.Object
org.projectodd.stilts.stomplet.simple.SubscriberList
public class SubscriberList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriberList
public SubscriberList()
size
public int size()
addSubscriber
public void addSubscriber(Subscriber subscriber)
removeSubscriber
public boolean removeSubscriber(Subscriber subscriber)
sendToAllSubscribers
protected void sendToAllSubscribers(StompMessage message)
throws StompException
- Throws:
StompException
sendToOneSubscriber
protected void sendToOneSubscriber(StompMessage message)
throws StompException
- Throws:
StompException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.