|
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.GPortInfo
com.genesyslab.platform.apptemplate.configuration.GCOMApplicationConfiguration.GCOMPortInfo
public static class GCOMApplicationConfiguration.GCOMPortInfo
This class is an extension of base GPortInfo
structure
with logic related to COM AB information extraction as detached configuration data.
GCOMApplicationConfiguration
container.
GPortInfo
,
CfgPortInfo
,
Serialized FormConstructor Summary | |
---|---|
GCOMApplicationConfiguration.GCOMPortInfo(CfgPortInfo portInfo)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
GCOMApplicationConfiguration.GCOMPortInfo(GCOMApplicationConfiguration.GCOMPortInfo info)
Copying constructor. |
Method Summary | |
---|---|
protected java.lang.String |
contentToString()
This method is used from GApplicationConfiguration.GPortInfo.toString() to build
string representation of the internal content (configuration properties names and values). |
CfgPortInfo |
getCfgPortInfo()
Returns reference to the original COM AB configuration structure. |
Methods inherited from class com.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GPortInfo |
---|
clone, getAppParams, getConnProtocol, getDescription, getId, getPort, getTransportParams, setAppParams, setConnProtocol, setDescription, setId, setPort, setTransportParams, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GCOMApplicationConfiguration.GCOMPortInfo(CfgPortInfo portInfo) throws ConfigurationException
portInfo
- COM AB structure with initial information
ConfigurationException
public GCOMApplicationConfiguration.GCOMPortInfo(GCOMApplicationConfiguration.GCOMPortInfo info)
conf
- original configuration to copy configuration values fromMethod Detail |
---|
public CfgPortInfo getCfgPortInfo()
protected java.lang.String contentToString()
GApplicationConfiguration.GPortInfo.toString()
to build
string representation of the internal content (configuration properties names and values).
contentToString
in class GApplicationConfiguration.GPortInfo
GApplicationConfiguration.GPortInfo.toString()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |