|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.gravity.gae.GAETopic
public class GAETopic
Adapted from Greg Wilkins code (Jetty).
| Constructor Summary | |
|---|---|
GAETopic(String topicId,
GAEServiceAdapter serviceAdapter)
|
|
| Method Summary | |
|---|---|
void |
addChild(GAETopic topic)
|
GAETopic |
getChild(GAETopicId topicId)
|
String |
getId()
|
GAETopicId |
getTopicId()
|
void |
publish(GAETopicId to,
Channel fromChannel,
AsyncMessage msg)
|
void |
subscribe(Channel channel,
String destination,
String subscriptionId,
String selector,
boolean noLocal)
|
String |
toString()
|
void |
unsubscribe(Channel channel,
String subscriptionId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GAETopic(String topicId,
GAEServiceAdapter serviceAdapter)
| Method Detail |
|---|
public String getId()
public GAETopicId getTopicId()
public GAETopic getChild(GAETopicId topicId)
public void addChild(GAETopic topic)
public void subscribe(Channel channel,
String destination,
String subscriptionId,
String selector,
boolean noLocal)
public void unsubscribe(Channel channel,
String subscriptionId)
public void publish(GAETopicId to,
Channel fromChannel,
AsyncMessage msg)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||