Uses of Interface
org.tentackle.session.SessionInfo
-
Uses of SessionInfo in org.tentackle.session
Classes in org.tentackle.session that implement SessionInfoModifier and TypeClassDescriptionclassThe default implementation for a session info.Methods in org.tentackle.session that return SessionInfoModifier and TypeMethodDescriptionSessionInfo.clone()Clones a session-info.
The password will be copied if not null.DefaultSessionInfoFactory.create()DefaultSessionInfoFactory.create(Properties properties) SessionInfoFactory.create()Creates a session info from the default properties holding the connection parameters.Creates a session info from a property file holding the connection parameters.Creates a session info from a username, password and property file holding the connection parameters.SessionInfoFactory.create(Properties properties) Creates a session info from a properties object.RemoteSession.getClientSessionInfo()Gets the client session info.AlreadyLoggedInException.getLoginInfo()Gets the application session info.Session.getSessionInfo()Gets the current session info.SessionHolder.getSessionInfo()Gets the session info associated to the session.SessionPool.getSessionInfo()Gets the session info.ThreadLocalSessionHolder.getSessionInfo()Methods in org.tentackle.session with parameters of type SessionInfoModifier and TypeMethodDescriptionvoidMultiUserSessionPool.close(SessionInfo sessionInfo) Closes all sessions currently open for a given session info.
Useful to force logout for a user.
It is not an error, if there were no open sessions for the session info at all.SessionFactory.create(SessionInfo sessionInfo) Creates a session.SessionFactory.create(SessionPool sessionPool, SessionInfo sessionInfo) Creates a session for a pool.
Notice that this method is provided forSessionPoolimplementations only.MultiUserSessionPool.get(SessionInfo sessionInfo) Gets a session from the pool for a given session info.Constructors in org.tentackle.session with parameters of type SessionInfoModifierConstructorDescriptionAlreadyLoggedInException(Session session, SessionInfo loginInfo) Creates anAlreadyLoggedInException.