public class ProxyDataSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
jndiNameArray
The delegate datasource JNDI name array
|
| Constructor and Description |
|---|
ProxyDataSource() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJndiNames() |
boolean |
isJndiNameFound(java.lang.String jndiName)
Check whether the jndiName is found in the delegate datasource JNDI name array.
|
void |
setJndiNames(java.lang.String jndiNames)
Set the JNDI names of datasources that this proxy routes to.
|
protected java.lang.String[] jndiNameArray
public void setJndiNames(java.lang.String jndiNames)
jndiNames - public boolean isJndiNameFound(java.lang.String jndiName)
jndiName - public java.lang.String getJndiNames()