|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.universal.glassfish.GFSystemImpl
public final class GFSystemImpl
A replacement for System Properties This is designed so that each instance in a shared JVM can have its own System Properties.
| Constructor Summary | |
|---|---|
GFSystemImpl()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get the GFSystemImpl Properties |
java.lang.String |
getProperty(java.lang.String key)
Get a GF System Property |
void |
setProperty(java.lang.String key,
java.lang.String value)
Set a GF System Property, null is acceptable for the name and/or value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GFSystemImpl()
| Method Detail |
|---|
public final java.util.Map<java.lang.String,java.lang.String> getProperties()
public final java.lang.String getProperty(java.lang.String key)
key - the name of the property
public final void setProperty(java.lang.String key,
java.lang.String value)
key - the name of the propertyvalue - the value of the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||