Uses of Class
winstone.WinstoneSession

Packages that use WinstoneSession
winstone   
winstone.cluster   
 

Uses of WinstoneSession in winstone
 

Methods in winstone that return WinstoneSession
 WinstoneSession Cluster.askClusterForSession(java.lang.String sessionId, WebAppConfiguration webAppConfig)
          Check if the other nodes in this cluster have a session for this sessionId.
 WinstoneSession WebAppConfiguration.getSessionById(java.lang.String sessionId, boolean localOnly)
          Retrieves the session by id.
 WinstoneSession WebAppConfiguration.makeNewSession(java.lang.String sessionId)
          Constructs a session instance with the given sessionId
 

Methods in winstone with parameters of type WinstoneSession
 void WebAppConfiguration.setSessionListeners(WinstoneSession session)
           
 

Uses of WinstoneSession in winstone.cluster
 

Methods in winstone.cluster that return WinstoneSession
 WinstoneSession SimpleCluster.askClusterForSession(java.lang.String sessionId, WebAppConfiguration webAppConfig)
          Check if the other nodes in this cluster have a session for this sessionId.
 WinstoneSession ClusterSessionSearch.getResult()
           
 



Copyright © 2013. All Rights Reserved.