| Constructor and Description |
|---|
GAETopic(String topicId,
GAEServiceAdapter serviceAdapter) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public GAETopic(String topicId, GAEServiceAdapter serviceAdapter)
public GAETopicId getTopicId()
public GAETopic getChild(GAETopicId topicId)
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)