Uses of Class
org.richfaces.application.push.TopicKey

Packages that use TopicKey
org.richfaces.application.push   
 

Uses of TopicKey in org.richfaces.application.push
 

Methods in org.richfaces.application.push that return TopicKey
 TopicKey Topic.getKey()
           
 TopicKey TopicKey.getRootTopicKey()
           
 TopicKey SessionTopicEvent.getTopicKey()
           
 

Methods in org.richfaces.application.push that return types with arguments of type TopicKey
static com.google.common.base.Function<String,TopicKey> TopicKey.factory()
           
 Map<TopicKey,String> Session.getFailedSubscriptions()
           
 com.google.common.collect.Multimap<TopicKey,TopicKey> Session.getSuccessfulSubscriptions()
           
 com.google.common.collect.Multimap<TopicKey,TopicKey> Session.getSuccessfulSubscriptions()
           
static com.google.common.base.Function<TopicKey,String> TopicKey.toAddress()
           
 

Methods in org.richfaces.application.push with parameters of type TopicKey
protected abstract  Topic TopicsContext.createTopic(TopicKey key)
           
 Topic TopicsContext.getOrCreateTopic(TopicKey key)
           
 Topic TopicsContext.getTopic(TopicKey key)
           
 void TopicsContext.publish(TopicKey key, Object data)
           
 void TopicsContext.removeTopic(TopicKey key)
           
 

Constructors in org.richfaces.application.push with parameters of type TopicKey
SessionPreSubscriptionEvent(Topic topic, TopicKey topicKey, Session session)
           
SessionSubscriptionEvent(Topic topic, TopicKey topicKey, Session session)
           
SessionTopicEvent(Topic topic, TopicKey topicKey, Session session)
           
SessionUnsubscriptionEvent(Topic topic, TopicKey topicKey, Session session)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.