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 SessionManager
public void destroy()
destroy
in interface SessionManager
public void putPushSession(Session session) throws IllegalStateException
putPushSession
in interface SessionManager
IllegalStateException
public void requeue(Session session)
requeue
in interface SessionManager
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.