Uses of Interface
org.glassfish.web.config.serverbeans.SessionManager
-
Packages that use SessionManager Package Description com.sun.enterprise.web org.glassfish.web.config.serverbeans -
-
Uses of SessionManager in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return SessionManager Modifier and Type Method Description SessionManagerServerConfigLookup. getInstanceSessionManager()Get the session manager bean from domain.xml return null if not defined or other problem -
Uses of SessionManager in org.glassfish.web.config.serverbeans
Methods in org.glassfish.web.config.serverbeans that return SessionManager Modifier and Type Method Description @NotNull SessionManagerSessionConfig. getSessionManager()Gets the value of the sessionManager property.Methods in org.glassfish.web.config.serverbeans with parameters of type SessionManager Modifier and Type Method Description voidSessionConfig. setSessionManager(SessionManager value)Sets the value of the sessionManager property.
-