org.logicalcobwebs.proxool.admin.jndi
Class ProxoolJNDIHelper
java.lang.Object
org.logicalcobwebs.proxool.admin.jndi.ProxoolJNDIHelper
public class ProxoolJNDIHelper
extends java.lang.Object
Utilities for Proxool JNDI operations.
$Revision: 1.3 $, $Date: 2004/06/17 21:33:12 $- Christian Nedregaard (christian_nedregaard@email.com)
- $Author: billhorsman $ (current maintainer)
registerDatasource
public static void registerDatasource(String alias,
Properties jndiProperties)
throws ProxoolException
Create a
ProxoolDataSource
with the given alias
and bind it to JNDI using the given jndi properties.
jndiProperties
- the jndi related configuration properties.