org.logicalcobwebs.proxool.admin.jndi
类 ProxoolJNDIHelper

java.lang.Object
  继承者 org.logicalcobwebs.proxool.admin.jndi.ProxoolJNDIHelper

public class ProxoolJNDIHelper
extends Object

Utilities for Proxool JNDI operations.

从以下版本开始:
Proxool 0.9
版本:
$Revision: 1.3 $, $Date: 2004/06/17 21:33:12 $
作者:
Christian Nedregaard (christian_nedregaard@email.com), $Author: billhorsman $ (current maintainer)

方法摘要
static void registerDatasource(String alias, Properties jndiProperties)
          Create a ProxoolDataSource with the given alias and bind it to JNDI using the given jndi properties.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

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.
抛出:
ProxoolException - if the JNDI binding failes.


Copyright © 2014. All rights reserved.