Uses of Interface
org.tentackle.session.SessionPool
-
Uses of SessionPool in org.tentackle.session
Methods in org.tentackle.session that return SessionPoolModifier and TypeMethodDescriptionSessionPoolFactory.create(String name, Session session, int iniSize, int incSize, int minSize, int maxSize, long maxIdleMinutes, long maxUsageMinutes) Creates a single-user session pool.Session.getPool()Gets the session pool.SessionPooledExecutor.getSessionPool()Gets the session pool.SessionPoolProvider.getSessionPool()Gets the session pool for local sessions.Methods in org.tentackle.session with parameters of type SessionPoolModifier and TypeMethodDescriptionSessionFactory.create(SessionPool sessionPool, SessionInfo sessionInfo) Creates a session for a pool.
Notice that this method is provided forSessionPoolimplementations only.Constructors in org.tentackle.session with parameters of type SessionPoolModifierConstructorDescriptionSessionPooledExecutor(SessionPool sessionPool) Creates the executor service for a session pool.