
168 Implementing Web Applications with CM Information Integrator for Content and ODWEK
void freeConnection(CMBConnection connection) — Free a connection
previously obtained using getConnection().
CMBConnection getConnection(String userid, String password) — Get a
connected instance of CMBConnection.
CMBConnection getConnection(String userid, String password, int sessionID)
— Get a connected instance of CMBConnection from the same session.
int getMaxConnections() — Return the maximum number of total
connections, both free and in use, that may be created.
int getMinFreeConnections() — Get a minimum number of free connections
that will be ...