|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--com.objectwave.configuration.bean.JndiPropertyLookup.FakeProperty
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
JndiPropertyLookup.FakeProperty()
|
Method Summary | |
javax.naming.Context |
getContext()
Gets the Context attribute of the FakeProperty object |
java.lang.String |
getProperty(java.lang.String propName)
Gets the Property attribute of the FakeProperty object |
java.lang.String |
getProperty(java.lang.String propName,
java.lang.String defaultValue)
Gets the Property attribute of the FakeProperty object |
Methods inherited from class java.util.Properties |
list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JndiPropertyLookup.FakeProperty()
Method Detail |
public javax.naming.Context getContext() throws javax.naming.NamingException
javax.naming.NamingException
public java.lang.String getProperty(java.lang.String propName)
getProperty
in class java.util.Properties
propName
-
public java.lang.String getProperty(java.lang.String propName, java.lang.String defaultValue)
getProperty
in class java.util.Properties
propName
- defaultValue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |