public class SessionManagerImpl extends Object implements SessionManager
| Constructor and Description |
|---|
SessionManagerImpl(ThreadFactory threadFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Session |
getPushSession(String id) |
void |
putPushSession(Session session) |
void |
requeue(Session session) |
public SessionManagerImpl(ThreadFactory threadFactory)
public Session getPushSession(String id)
getPushSession in interface SessionManagerpublic void destroy()
destroy in interface SessionManagerpublic void putPushSession(Session session) throws IllegalStateException
putPushSession in interface SessionManagerIllegalStateExceptionpublic void requeue(Session session)
requeue in interface SessionManagerCopyright © 2014 JBoss by Red Hat. All rights reserved.