Uses of Class
org.granite.gravity.gae.GAETopicId

Packages that use GAETopicId
org.granite.gravity.gae   
 

Uses of GAETopicId in org.granite.gravity.gae
 

Methods in org.granite.gravity.gae that return GAETopicId
 GAETopicId GAETopic.getTopicId()
           
 GAETopicId GAEServiceAdapter.getTopicId(String id)
           
 

Methods in org.granite.gravity.gae with parameters of type GAETopicId
 GAETopic GAETopic.getChild(GAETopicId topicId)
           
 GAETopic GAEServiceAdapter.getTopic(GAETopicId id)
           
 boolean GAETopicId.isParentOf(GAETopicId id)
           
 boolean GAETopicId.matches(GAETopicId name)
           
 void GAETopic.publish(GAETopicId to, Channel fromChannel, AsyncMessage msg)