RichFaces Core API 4.2.2.Final

org.richfaces.application.push
Interface SessionManager


public interface SessionManager

Author:
Nick Belaevski

Method Summary
 void destroy()
           
 Session getPushSession(String id)
           
 void putPushSession(Session pushSession)
           
 void requeue(Session session)
           
 

Method Detail

putPushSession

void putPushSession(Session pushSession)
                    throws IllegalStateException
Throws:
IllegalStateException

getPushSession

Session getPushSession(String id)

requeue

void requeue(Session session)

destroy

void destroy()

RichFaces Core API 4.2.2.Final

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