Uses of Class
org.glassfish.web.deployment.runtime.SessionManager
-
Packages that use SessionManager Package Description com.sun.enterprise.web org.glassfish.web.deployment.node.runtime.gf org.glassfish.web.deployment.runtime org.glassfish.web.ha.strategy.builder -
-
Uses of SessionManager in com.sun.enterprise.web
Fields in com.sun.enterprise.web declared as SessionManager Modifier and Type Field Description protected SessionManagerSessionManagerConfigurationHelper. _smBeanMethods in com.sun.enterprise.web with parameters of type SessionManager Modifier and Type Method Description protected StringSessionManagerConfigurationHelper. getPersistenceFrequency(SessionManager smBean)Get the persistence frequency for this web module (this is the value from sun-web.xml if definedprotected StringSessionManagerConfigurationHelper. getPersistenceScope(SessionManager smBean)Get the persistence scope for this web module (this is the value from sun-web.xml if definedvoidBasePersistenceStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidCookieStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidFileStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidMemoryStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidPersistenceStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidBasePersistenceStrategyBuilder. readWebAppParams(Context ctx, SessionManager smBean)voidBasePersistenceStrategyBuilder. setDefaultParams(Context ctx, SessionManager smBean)Constructors in com.sun.enterprise.web with parameters of type SessionManager Constructor Description SessionManagerConfigurationHelper(WebModule ctx, SessionManager smBean, WebBundleDescriptor wbd, WebModuleConfig wmInfo, ServerConfigLookup serverConfigLookup)Creates a new instance of SessionManagerConfigurationHelper -
Uses of SessionManager in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as SessionManager Modifier and Type Field Description protected SessionManagerSessionManagerNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return SessionManager Modifier and Type Method Description SessionManagerSessionManagerNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type SessionManager Modifier and Type Method Description NodeSessionManagerNode. writeDescriptor(Node parent, String nodeName, SessionManager descriptor)write the descriptor class to a DOM tree and return it -
Uses of SessionManager in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return SessionManager Modifier and Type Method Description SessionManagerSessionConfig. getSessionManager()Methods in org.glassfish.web.deployment.runtime with parameters of type SessionManager Modifier and Type Method Description voidSessionConfig. setSessionManager(SessionManager value) -
Uses of SessionManager in org.glassfish.web.ha.strategy.builder
Methods in org.glassfish.web.ha.strategy.builder with parameters of type SessionManager Modifier and Type Method Description voidReplicatedWebMethodSessionStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)
-