|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasjava.uniobjects.UniProperties
UniProperties is used to control "uoj.properties" file. It loads connection
pooling parameters from "uoj.properties" file.
| Constructor Summary | |
|---|---|
UniProperties()
This is no argument constructor. |
|
| Method Summary | |
|---|---|
int |
getPropertyInt(java.lang.String uojKey)
Searches for the property with the specified key in this property list. |
java.lang.String |
getPropertyString(java.lang.String uojKey)
Searches for the property with the specified key in this property list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UniProperties()
| Method Detail |
public int getPropertyInt(java.lang.String uojKey)
throws UniSessionException
uojKey -
UniSessionException
public java.lang.String getPropertyString(java.lang.String uojKey)
throws UniSessionException
uojKey -
UniSessionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||