public class HttpSessionProvider extends Object implements SessionProvider<javax.servlet.http.HttpSession>
Modifier and Type | Class and Description |
---|---|
static class |
HttpSessionProvider.SessionsContainer |
Constructor and Description |
---|
HttpSessionProvider() |
Modifier and Type | Method and Description |
---|---|
QueueSession |
createOrGetSession(javax.servlet.http.HttpSession externSessRef,
String remoteQueueID)
Looks up or creates the
QueueSession that identifies a communication channel with a specific queue in a
specific remote Errai Bus. |
public QueueSession createOrGetSession(javax.servlet.http.HttpSession externSessRef, String remoteQueueID)
SessionProvider
QueueSession
that identifies a communication channel with a specific queue in a
specific remote Errai Bus.createOrGetSession
in interface SessionProvider<javax.servlet.http.HttpSession>
externSessRef
- the session object (for example, an HttpSession
) that identifies a communications link to a remote
Errai Bus.remoteQueueID
- the ID of the queue in the remote busCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.