RichFaces Core API 4.2.2.Final

Uses of Interface
org.richfaces.application.push.Session

Packages that use Session
org.richfaces.application.push   
 

Uses of Session in org.richfaces.application.push
 

Methods in org.richfaces.application.push that return Session
 Session SessionFactory.createSession(String pushSessionId)
           
 Session SessionManager.getPushSession(String id)
           
 Session SessionTopicEvent.getSession()
           
 Session Request.getSession()
           
 

Methods in org.richfaces.application.push with parameters of type Session
 void Topic.checkSubscription(TopicKey key, Session session)
           
 void SessionManager.putPushSession(Session pushSession)
           
 void SessionManager.requeue(Session session)
           
 

Constructors in org.richfaces.application.push with parameters of type Session
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.2.2.Final

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