|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.gravity.Subscription
public class Subscription
| Constructor Summary | |
|---|---|
Subscription(Channel channel,
String destination,
String subTopicId,
String subscriptionId,
boolean noLocal)
|
|
| Method Summary | |
|---|---|
boolean |
deliver(Channel fromClient,
AsyncMessage message)
|
boolean |
equals(Object o)
|
Channel |
getChannel()
|
String |
getSubscriptionId()
|
String |
getSubTopicId()
|
Message |
getUnsubscribeMessage()
|
void |
setSelector(String selector)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Subscription(Channel channel,
String destination,
String subTopicId,
String subscriptionId,
boolean noLocal)
| Method Detail |
|---|
public Channel getChannel()
public String getSubTopicId()
public String getSubscriptionId()
public void setSelector(String selector)
public boolean deliver(Channel fromClient,
AsyncMessage message)
public Message getUnsubscribeMessage()
public boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||