|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.rsadapter.ProxyDataSource
public class ProxyDataSource
This class is used to configure the Proxy DataSource. When a user creates a Proxy DataSource JDBC provider, this class will be used as the datasource implementation class for the Proxy DataSource JDBC prvovider.
Field Summary | |
---|---|
protected java.lang.String[] |
jndiNameArray
The delegate datasource JNDI name array |
Constructor Summary | |
---|---|
ProxyDataSource()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String[] jndiNameArray
Constructor Detail |
---|
public ProxyDataSource()
Method Detail |
---|
public void setJndiNames(java.lang.String jndiNames)
jndiNames
- public boolean isJndiNameFound(java.lang.String jndiName)
jndiName
-
public java.lang.String getJndiNames()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |