| |
|
| java.lang.Object org.webdocwf.util.loader.DBConnectionManager
DBConnectionManager | public class DBConnectionManager (Code) | | DBConnectionManager class creates all connection to database.
author: Radoslav Dutina version: 1.0 |
fileSystemDatabase | public boolean fileSystemDatabase(Code) | | |
DBConnectionManager | public DBConnectionManager(Vector allConnections)(Code) | | This method set all connection into vector
Parameters: allConnections - represents all connection property |
getConnection | public Connection getConnection(String name)(Code) | | This method get connection from connection pool
Parameters: name - is the name of the pool connection |
release | public void release(String exception)(Code) | | This method release (close) all connection and deregister all drivers
Parameters: exception - defines if application calls release from exception method or not |
setConnectionPrefix | public void setConnectionPrefix(String prefix)(Code) | | This method set connection prefix
Parameters: prefix - is value of connection prefix |
setLoaderJobPath | public void setLoaderJobPath(String loaderJob)(Code) | | This method set path to LoaderJob.olj file
Parameters: loaderJob - represents string path to LoaderJob.olj file |
setParsePermission | public void setParsePermission(boolean doParse)(Code) | | This method set the value of fileSystemDatabase parameter
Parameters: doParse - is value of parameter |
|
|
|