org.richfaces.application.push
Interface SessionManager


public interface SessionManager

Author:
Nick Belaevski

Method Summary
 void destroy()
           
 Session getPushSession(java.lang.String id)
           
 void putPushSession(Session pushSession)
           
 void removePushSession(Session session)
           
 void requeue(Session session)
           
 

Method Detail

putPushSession

void putPushSession(Session pushSession)
                    throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

getPushSession

Session getPushSession(java.lang.String id)

removePushSession

void removePushSession(Session session)

requeue

void requeue(Session session)

destroy

void destroy()


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