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(java.lang.String pushSessionId)
           
 Session SessionManager.getPushSession(java.lang.String id)
           
 Session SessionTopicEvent.getSession()
           
 Session Request.getSession()
           
 

Methods in org.richfaces.application.push with parameters of type Session
 void SessionManager.putPushSession(Session pushSession)
           
 void SessionManager.removePushSession(Session session)
           
 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)
           
 



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