RichFaces Core API 4.3.1.CR1

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 MessageData.getTopicKey()
           
 TopicKey SessionTopicEvent.getTopicKey()
           
protected  TopicKey TopicsContext.getTopicKeyWithResolvedExpressions(TopicKey key)
           
 

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()
           
 Collection<TopicKey> Session.getSuccessfulSubscriptions()
           
static com.google.common.base.Function<TopicKey,String> TopicKey.toAddress()
           
 

Methods in org.richfaces.application.push with parameters of type TopicKey
 void Topic.checkSubscription(TopicKey key, Session session)
           
protected abstract  Topic TopicsContext.createTopic(TopicKey key)
           
 Topic TopicsContext.getOrCreateTopic(TopicKey key)
           
 Topic TopicsContext.getTopic(TopicKey key)
           
protected  TopicKey TopicsContext.getTopicKeyWithResolvedExpressions(TopicKey key)
           
 void TopicsContext.publish(TopicKey key, Object data)
           
 void Topic.publish(TopicKey key, Object messageData)
           
 void Session.push(TopicKey topicKey, String serializedData)
           
 void TopicsContext.removeTopic(TopicKey key)
           
 

Constructors in org.richfaces.application.push with parameters of type TopicKey
MessageData(TopicKey topicKey, String serializedMessageData, long sequenceNumber)
           
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)
           
 


RichFaces Core API 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.