|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GHost
com.genesyslab.platform.apptemplate.configuration.GCOMApplicationConfiguration.GCOMHost
public static class GCOMApplicationConfiguration.GCOMHost
This class is an extension of base GHost
structure
with logic related to COM AB information extraction as detached configuration data.
GCOMApplicationConfiguration
container.
GHost
,
CfgHost
,
Serialized FormConstructor Summary | |
---|---|
GCOMApplicationConfiguration.GCOMHost(CfgHost cfgHost)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
GCOMApplicationConfiguration.GCOMHost(GCOMApplicationConfiguration.GCOMHost conf)
Copying constructor. Note: It creates new GCOMHost instance,
but does not clone referred structure GApplicationConfiguration.GHost.getUserProperties() . |
Method Summary | |
---|---|
protected java.lang.String |
contentToString()
This method is used from GApplicationConfiguration.GHost.toString() to build
string representation of the internal content (configuration properties names and values). |
CfgHost |
getCfgHost()
Returns reference to the original COM AB configuration object. |
Methods inherited from class com.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GHost |
---|
clone, getDbid, getIPAddress, getLCAPort, getName, getObjectState, getUserProperties, setDbid, setIPAddress, setLCAPort, setName, setObjectState, setUserProperties, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GCOMApplicationConfiguration.GCOMHost(CfgHost cfgHost) throws ConfigurationException
cfgHost
- COM AB structure with initial information
ConfigurationException
public GCOMApplicationConfiguration.GCOMHost(GCOMApplicationConfiguration.GCOMHost conf)
GCOMHost
instance,
but does not clone referred structure GApplicationConfiguration.GHost.getUserProperties()
.
conf
- original configuration to copy configuration values fromMethod Detail |
---|
public CfgHost getCfgHost()
protected java.lang.String contentToString()
GApplicationConfiguration.GHost.toString()
to build
string representation of the internal content (configuration properties names and values).
contentToString
in class GApplicationConfiguration.GHost
GApplicationConfiguration.GHost.toString()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |