Class GFSystemImpl
java.lang.Object
com.sun.enterprise.universal.glassfish.GFSystemImpl
A replacement for System Properties
This is designed so that each instance in a shared JVM can have its own
System Properties.
- Author:
- bnevins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the GFSystemImpl Propertiesfinal StringgetProperty(String key) Get a GF System Propertyfinal voidsetProperty(String key, String value) Set a GF System Property, null is acceptable for the name and/or value.
-
Constructor Details
-
GFSystemImpl
public GFSystemImpl()
-
-
Method Details
-
getProperties
Get the GFSystemImpl Properties- Returns:
- a snapshot copy of the current Properties
-
getProperty
Get a GF System Property- Parameters:
key- the name of the property- Returns:
- the value of the property
-
setProperty
Set a GF System Property, null is acceptable for the name and/or value.- Parameters:
key- the name of the propertyvalue- the value of the property
-