org.richfaces.application.push.impl
Class SessionManagerImpl
java.lang.Object
org.richfaces.application.push.impl.SessionManagerImpl
- All Implemented Interfaces:
- org.richfaces.application.push.SessionManager
public class SessionManagerImpl
- extends Object
- implements org.richfaces.application.push.SessionManager
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionManagerImpl
public SessionManagerImpl(ThreadFactory threadFactory)
getPushSession
public org.richfaces.application.push.Session getPushSession(String id)
- Specified by:
getPushSession in interface org.richfaces.application.push.SessionManager
destroy
public void destroy()
- Specified by:
destroy in interface org.richfaces.application.push.SessionManager
putPushSession
public void putPushSession(org.richfaces.application.push.Session session)
throws IllegalStateException
- Specified by:
putPushSession in interface org.richfaces.application.push.SessionManager
- Throws:
IllegalStateException
requeue
public void requeue(org.richfaces.application.push.Session session)
- Specified by:
requeue in interface org.richfaces.application.push.SessionManager
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.