Uses of Class
amber.server.manager.database.ConnectionPool

Packages that use ConnectionPool
amber.server.manager Amber Server Manager. 
amber.server.manager.application Amber Server Application Manager. 
amber.server.manager.connection Amber Server Connection Manager. 
amber.server.manager.database Amber Server Database Manager. 
 

Uses of ConnectionPool in amber.server.manager
 

Methods in amber.server.manager that return ConnectionPool
 ConnectionPool Core.getConnectionPool()
          Returns the current connection pool for the amber server.
 

Methods in amber.server.manager with parameters of type ConnectionPool
 void ConnectionHandler.init(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          This function is used to initialise the handler.
 

Uses of ConnectionPool in amber.server.manager.application
 

Methods in amber.server.manager.application that return ConnectionPool
 ConnectionPool ApplicationManager.getConnectionPool()
          Returns the current connection pool for the amber server.
 

Methods in amber.server.manager.application with parameters of type ConnectionPool
 void ApplicationManager.init(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          This function is used to initialise the handler.
 

Constructors in amber.server.manager.application with parameters of type ConnectionPool
ApplicationManager(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          Initialising constructor for this manager.
ApplicationController(ApplicationManager parentServer, int type, DatabaseManager manager, ConnectionPool connectionPool, java.lang.String tableName, PropertiesHandler properties, Log logFile)
          Main constructor for the application controller.
 

Uses of ConnectionPool in amber.server.manager.connection
 

Methods in amber.server.manager.connection that return ConnectionPool
 ConnectionPool ConnectionManager.getConnectionPool()
          Returns the current connection pool for the amber server.
 

Constructors in amber.server.manager.connection with parameters of type ConnectionPool
ConnectionManager(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          Initialising constructor for this manager.
 

Uses of ConnectionPool in amber.server.manager.database
 

Methods in amber.server.manager.database that return ConnectionPool
 ConnectionPool DatabaseManager.createNewConnectionPool(java.lang.String name, java.lang.String databaseDriver, java.lang.String databaseName, java.lang.String userName, java.lang.String password, int minConnections, int maxConnections, int logLevel, long inactivityDuration)
          This function creates a new connection pool and adds it to the collection of available database pools.
 ConnectionPool DatabaseManager.getConnectionPool(java.lang.String name)
          Gets a connection pool from the available connection pools.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.