|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.SystemConfiguration
Set of utilities for accessing the System Configuration object. This isn't a PersistentObject, its a collection of static methods for dealing with Configuration:System Configuration.
Field Summary | |
static java.lang.String |
code_id
|
static java.lang.String |
REPOSITORY_ID
Repository ID of the system configuration object, where various options are stored. |
static java.lang.String |
REPOSITORY_NAME
Repository ID of the system configuration object, where various options are stored. |
Constructor Summary | |
SystemConfiguration()
|
Method Summary | |
static java.lang.String |
get(ObjectCache cache,
java.lang.String name)
Get a system configuration property value as a string. |
static GenericObject |
getConfiguration(ObjectCache cache)
Get the system configuration object. |
static GenericObject |
getConfiguration(ObjectSource objSrc)
Get the system configuration object. |
static java.lang.Object |
getProperty(ObjectCache cache,
java.lang.String name)
Get a system configuration property value. |
static java.lang.Object |
getProperty(ObjectSource objSrc,
java.lang.String name)
Get a system configuration property value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final java.lang.String REPOSITORY_ID
public static final java.lang.String REPOSITORY_NAME
Constructor Detail |
public SystemConfiguration()
Method Detail |
public static GenericObject getConfiguration(ObjectCache cache) throws WavesetException
WavesetException
public static GenericObject getConfiguration(ObjectSource objSrc) throws WavesetException
objSrc
- - an ObjectSource
such as
a LighthouseContext
or a ViewMaster
.
WavesetException
public static java.lang.Object getProperty(ObjectCache cache, java.lang.String name) throws WavesetException
WavesetException
public static java.lang.Object getProperty(ObjectSource objSrc, java.lang.String name) throws WavesetException
objSrc
- - an ObjectSource
such as
a LighthouseContext
or a ViewMaster
.
WavesetException
public static java.lang.String get(ObjectCache cache, java.lang.String name) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |