|
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.GServerInfo
com.genesyslab.platform.apptemplate.configuration.GCOMApplicationConfiguration.GCOMServerInfo
public static class GCOMApplicationConfiguration.GCOMServerInfo
This class is an extension of base GServerInfo
structure
with logic related to COM AB information extraction as detached configuration data.
GCOMApplicationConfiguration
container.
GServerInfo
,
CfgServer
,
Serialized FormConstructor Summary | |
---|---|
GCOMApplicationConfiguration.GCOMServerInfo(CfgServer serverInfo)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
GCOMApplicationConfiguration.GCOMServerInfo(GCOMApplicationConfiguration.GCOMServerInfo conf)
Copying constructor. Note: It creates new GCOMServerInfo instance,
but does not clone referred structures GApplicationConfiguration.GServerInfo.getHost() and GApplicationConfiguration.GServerInfo.getBackup() . |
Method Summary | |
---|---|
protected java.lang.String |
contentToString()
This method is used from GApplicationConfiguration.GServerInfo.toString() to build
string representation of the internal content (configuration properties names and values). |
CfgServer |
getCfgServerInfo()
Returns reference to the original COM AB configuration structure. |
Methods inherited from class com.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GServerInfo |
---|
clone, getAttempts, getBackup, getHost, getPort, getTimeout, setAttempts, setBackup, setHost, setPort, setTimeout, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GCOMApplicationConfiguration.GCOMServerInfo(CfgServer serverInfo) throws ConfigurationException
serverInfo
- COM AB structure with initial information
ConfigurationException
public GCOMApplicationConfiguration.GCOMServerInfo(GCOMApplicationConfiguration.GCOMServerInfo conf)
GCOMServerInfo
instance,
but does not clone referred structures GApplicationConfiguration.GServerInfo.getHost()
and GApplicationConfiguration.GServerInfo.getBackup()
.
conf
- original configuration to copy configuration values fromMethod Detail |
---|
public CfgServer getCfgServerInfo()
protected java.lang.String contentToString()
GApplicationConfiguration.GServerInfo.toString()
to build
string representation of the internal content (configuration properties names and values).
contentToString
in class GApplicationConfiguration.GServerInfo
GApplicationConfiguration.GServerInfo.toString()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |