Uses of Interface
org.tentackle.session.SessionPool
-
Packages that use SessionPool Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of SessionPool in org.tentackle.session
Methods in org.tentackle.session that return SessionPool Modifier and Type Method Description SessionPoolSessionPoolFactory. create(java.lang.String name, Session session, int iniSize, int incSize, int minSize, int maxSize, long maxIdleMinutes, long maxUsageMinutes)Creates a session pool.SessionPoolSession. getPool()Gets the session pool.SessionPoolSessionPoolProvider. getSessionPool()Gets the db session pool.Methods in org.tentackle.session with parameters of type SessionPool Modifier and Type Method Description SessionSessionFactory. create(SessionPool sessionPool, SessionInfo sessionInfo)Creates a session for a pool.
Notice that this method is provided forSessionPoolimplementations only.
-