RichFaces Core API 4.1.0.20111014-M3

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.1.0.20111014-M3

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