|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.GlobalServiceProperties
public class GlobalServiceProperties
This maintains the list of global service properties within multiple (or single) entity instances in a JVM.
| Constructor Summary | |
|---|---|
protected |
GlobalServiceProperties()
|
| Method Summary | |
|---|---|
protected void |
addProperty(String property,
String value)
Adds a property to the global property list. |
String |
getProperty(String propertyName)
Retrieve a certain property's value. |
Enumeration |
getPropertyNames()
Gets a list of global property names registered with the global service properties. |
boolean |
hasProperty(String propertyName)
Checks to see if a given property exists. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GlobalServiceProperties()
| Method Detail |
|---|
public Enumeration getPropertyNames()
protected void addProperty(String property,
String value)
property - The key to be placed into this property list.value - the value corresponding to key.public boolean hasProperty(String propertyName)
propertyName - The property name being checked for.
public String getProperty(String propertyName)
propertyName - The property being retrieved.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||