Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server
Class HttpSessionProvider.SessionsContainer

java.lang.Object
  extended by 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

Constructor Summary
HttpSessionProvider.SessionsContainer()
           
 
Method Summary
 QueueSession createSession(String httpSessionId, String remoteQueueId)
           
 QueueSession getSession(String remoteQueueId)
           
 void removeSession(String remoteQueueId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionProvider.SessionsContainer

public HttpSessionProvider.SessionsContainer()
Method Detail

createSession

public QueueSession createSession(String httpSessionId,
                                  String remoteQueueId)

getSession

public QueueSession getSession(String remoteQueueId)

removeSession

public void removeSession(String remoteQueueId)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.