|
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.GAppConnConfiguration
com.genesyslab.platform.apptemplate.configuration.GCOMApplicationConfiguration.GCOMAppConnConfiguration
public static class GCOMApplicationConfiguration.GCOMAppConnConfiguration
This class is an extension of base GAppConnConfiguration
structure
with logic related to COM AB information extraction as detached configuration data.
GCOMApplicationConfiguration
container.
GAppConnConfiguration
,
CfgConnInfo
,
Serialized FormConstructor Summary | |
---|---|
GCOMApplicationConfiguration.GCOMAppConnConfiguration(CfgConnInfo connInfo)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
GCOMApplicationConfiguration.GCOMAppConnConfiguration(CfgConnInfo connInfo,
boolean readClusterConnections)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
GCOMApplicationConfiguration.GCOMAppConnConfiguration(GCOMApplicationConfiguration.GCOMAppConnConfiguration conf)
Copying constructor. Note: It creates new GCOMAppConnConfiguration instance,
but does not clone referred structure GApplicationConfiguration.GAppConnConfiguration.getTargetServerConfiguration() . |
Method Summary | |
---|---|
protected java.lang.String |
contentToString()
This method is used from GApplicationConfiguration.GAppConnConfiguration.toString() to build
string representation of the internal content (configuration properties names and values). |
CfgConnInfo |
getCfgConnInfo()
Returns reference to the original COM AB configuration structure. |
Methods inherited from class com.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GAppConnConfiguration |
---|
clone, getAppParams, getConnProtocol, getDescription, getPortId, getProxyParams, getTargetServerConfiguration, getTimeoutLocal, getTimeoutRemote, getTraceMode, getTransportParams, setAppParams, setConnProtocol, setDescription, setPortId, setProxyParams, setTargetServerConfiguration, setTimeoutLocal, setTimeoutRemote, setTraceMode, setTransportParams, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GCOMApplicationConfiguration.GCOMAppConnConfiguration(CfgConnInfo connInfo) throws ConfigurationException
connInfo
- COM AB structure with initial information
ConfigurationException
public GCOMApplicationConfiguration.GCOMAppConnConfiguration(CfgConnInfo connInfo, boolean readClusterConnections) throws ConfigurationException
connInfo
- COM AB structure with initial information
ConfigurationException
public GCOMApplicationConfiguration.GCOMAppConnConfiguration(GCOMApplicationConfiguration.GCOMAppConnConfiguration conf)
GCOMAppConnConfiguration
instance,
but does not clone referred structure GApplicationConfiguration.GAppConnConfiguration.getTargetServerConfiguration()
.
conf
- original configuration to copy configuration values fromMethod Detail |
---|
public CfgConnInfo getCfgConnInfo()
protected java.lang.String contentToString()
GApplicationConfiguration.GAppConnConfiguration.toString()
to build
string representation of the internal content (configuration properties names and values).
contentToString
in class GApplicationConfiguration.GAppConnConfiguration
GApplicationConfiguration.GAppConnConfiguration.toString()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |