public interface SessionManager
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys all associated sessions
|
Session |
getPushSession(String id)
Look ups session with given ID
|
void |
putPushSession(Session pushSession)
Registers session to the system
|
void |
requeue(Session session)
Re-queues given session without actually adding it when it is not registered yet via
putPushSession(Session) . |
void putPushSession(Session pushSession) throws IllegalStateException
IllegalStateException
void requeue(Session session)
putPushSession(Session)
.void destroy()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.