public class ProxoolJNDIHelper extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
registerDatasource(String alias,
Properties jndiProperties)
Create a
ProxoolDataSource with the given alias
and bind it to JNDI using the given jndi properties. |
public static void registerDatasource(String alias, Properties jndiProperties) throws ProxoolException
ProxoolDataSource with the given alias
and bind it to JNDI using the given jndi properties.jndiProperties - the jndi related configuration properties.ProxoolException - if the JNDI binding failes.Copyright © 2024. All rights reserved.