Uses of Interface
org.tentackle.dbms.ConnectionManager
Packages that use ConnectionManager
Package
Description
Low-level persistence layer implementation.
Higher-level PDO-aware persistence implementation.
Application lifecycle.
-
Uses of ConnectionManager in org.tentackle.dbms
Classes in org.tentackle.dbms that implement ConnectionManagerModifier and TypeClassDescriptionclassThe default implementation of a connection manager.
Each session will get its own physical connection.classMultiplexing connection manager.
A connection manager for applications with a large number of session instances, for example, application servers.Methods in org.tentackle.dbms that return ConnectionManagerModifier and TypeMethodDescriptionConnectionManagerProvider.getConnectionManager()Gets the connection manager.Db.getConnectionManager()Gets the connection manager for this session.protected ConnectionManagerDbFactory.getConnectionManager(SessionInfo sessionInfo) Gets the connection manager.DbPool.getConnectionManager()Gets the connection manager.DbUtilities.getDefaultConnectionManager()Gets the default connection manager.ManagedConnection.getManager()Gets the connection managerConstructors in org.tentackle.dbms with parameters of type ConnectionManagerModifierConstructorDescriptionDb(ConnectionManager conMgr, SessionInfo sessionInfo) Creates an instance of a logical session.
If the login fails due to wrong passwords or denied access by the application server, the methodDb.handleConnectException(Throwable)is invoked.DbPool(String name, ConnectionManager conMgr, SessionInfo sessionInfo, int sessionGroupId, int initialSize, int incrementSize, int minimumSize, int maximumSize, long idleMinutes, long usageMinutes) Creates a pool.DbPool(ConnectionManager conMgr, SessionInfo sessionInfo) Creates a pool useful for most servers.
Using the default connection manager.ManagedConnection(ConnectionManager manager, Backend backend, Connection connection) Creates a managed connection.MultiUserDbPool(String name, ConnectionManager conMgr, int sessionGroupId, int maximumSize, int maximumTotalSize, long idleMinutes, long usageMinutes) Creates a multi-user session pool. -
Uses of ConnectionManager in org.tentackle.persist
Methods in org.tentackle.persist that return ConnectionManager -
Uses of ConnectionManager in org.tentackle.persist.app
Methods in org.tentackle.persist.app that return ConnectionManagerModifier and TypeMethodDescriptionprotected ConnectionManagerAbstractServerApplication.createConnectionManager()Creates the connection manager for the client sessions.AbstractServerApplication.getConnectionManager()