|
||||||||||
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.EjbPropertyLookup.FakeProperty
An object that pretends to be a Properties object. When the getProperty methods are invoked, a request is delegated to the ConfigurationService enterprise bean.
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
EjbPropertyLookup.FakeProperty()
|
Method Summary | |
java.lang.String |
getProperty(java.lang.String propName)
Gets the Property attribute of the FakeProperty object |
protected java.lang.String |
getProperty(java.lang.String propName,
boolean rethrowException)
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 EjbPropertyLookup.FakeProperty()
Method Detail |
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
-
protected java.lang.String getProperty(java.lang.String propName, boolean rethrowException)
propName
- rethrowException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |