org.jboss.errai.bus.server
Class HttpSessionProvider.SessionsContainer
java.lang.Object
org.jboss.errai.bus.server.HttpSessionProvider.SessionsContainer
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HttpSessionProvider
public static class HttpSessionProvider.SessionsContainer
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpSessionProvider.SessionsContainer
public HttpSessionProvider.SessionsContainer()
createSession
public QueueSession createSession(String httpSessionId,
String remoteQueueId)
getSession
public QueueSession getSession(String remoteQueueId)
removeSession
public void removeSession(String remoteQueueId)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.