|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.connections.NamedConnection
Constructor Summary | |
NamedConnection(java.lang.String name)
Constructor constructs the named connection |
Method Summary | |
java.lang.String |
getConnectionURL()
returns the connection url |
java.lang.String |
getName()
returns the name of the Connection |
java.lang.String |
getPassWord()
returns the password |
java.lang.String |
getUserName()
returns the user name |
void |
setConnectionURL(java.lang.String connectionURL)
Overwrites the connection url definition as gotten from the ConnectionManager |
void |
setName(java.lang.String name)
initializes the connection definitions. |
void |
setPassWord(java.lang.String passWord)
Overwrites the password definition as gotten from the ConnectionManager |
void |
setUserName(java.lang.String userName)
Overwrites the user name definition as gotten from the ConnectionManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NamedConnection(java.lang.String name)
name
- the connection nameMethod Detail |
public void setName(java.lang.String name)
NOTE : When setting the name attribute, it reads the ConnectionManager and reinitializes the connection definition
public java.lang.String getName()
public void setUserName(java.lang.String userName)
userName
- the new user namepublic java.lang.String getUserName()
public void setPassWord(java.lang.String passWord)
passWord
- the new passwordpublic java.lang.String getPassWord()
public void setConnectionURL(java.lang.String connectionURL)
NOTE : The connection URL defines the following elements
public java.lang.String getConnectionURL()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.