Class ProxoolJNDIHelper
- java.lang.Object
-
- org.logicalcobwebs.proxool.admin.jndi.ProxoolJNDIHelper
-
public class ProxoolJNDIHelper extends java.lang.ObjectUtilities for Proxool JNDI operations.- Since:
- Proxool 0.9
- Version:
- $Revision: 1.3 $, $Date: 2004/06/17 21:33:12 $
- Author:
- Christian Nedregaard (christian_nedregaard@email.com), $Author: billhorsman $ (current maintainer)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterDatasource(java.lang.String alias, java.util.Properties jndiProperties)Create aProxoolDataSourcewith the given alias and bind it to JNDI using the given jndi properties.
-
-
-
Method Detail
-
registerDatasource
public static void registerDatasource(java.lang.String alias, java.util.Properties jndiProperties) throws ProxoolExceptionCreate aProxoolDataSourcewith the given alias and bind it to JNDI using the given jndi properties.- Parameters:
jndiProperties- the jndi related configuration properties.- Throws:
ProxoolException- if the JNDI binding failes.
-
-