|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.logicalcobwebs.proxool.admin.jndi.ProxoolJNDIHelper
public class ProxoolJNDIHelper
Utilities for Proxool JNDI operations.
Constructor Summary | |
---|---|
private |
ProxoolJNDIHelper()
|
Method Summary | |
---|---|
static void |
registerDatasource(java.lang.String alias,
java.util.Properties jndiProperties)
Create a ProxoolDataSource with the given alias
and bind it to JNDI using the given jndi properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ProxoolJNDIHelper()
Method Detail |
---|
public static void registerDatasource(java.lang.String alias, java.util.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |