Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.configuration
Class GCOMApplicationConfiguration.GCOMAppConnConfiguration

java.lang.Object
  extended by com.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GAppConnConfiguration
      extended by com.genesyslab.platform.apptemplate.configuration.GCOMApplicationConfiguration.GCOMAppConnConfiguration
All Implemented Interfaces:
IGApplicationConfiguration.IGAppConnConfiguration, java.io.Serializable, java.lang.Cloneable
Enclosing class:
GCOMApplicationConfiguration

public static class GCOMApplicationConfiguration.GCOMAppConnConfiguration
extends GApplicationConfiguration.GAppConnConfiguration

This class is an extension of base GAppConnConfiguration structure with logic related to COM AB information extraction as detached configuration data.

It is designed for usage by GCOMApplicationConfiguration container.

See Also:
GAppConnConfiguration, CfgConnInfo, Serialized Form

Constructor 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

GCOMApplicationConfiguration.GCOMAppConnConfiguration

public GCOMApplicationConfiguration.GCOMAppConnConfiguration(CfgConnInfo connInfo)
                                                      throws ConfigurationException
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB.

Parameters:
connInfo - COM AB structure with initial information
Throws:
ConfigurationException

GCOMApplicationConfiguration.GCOMAppConnConfiguration

public GCOMApplicationConfiguration.GCOMAppConnConfiguration(CfgConnInfo connInfo,
                                                             boolean readClusterConnections)
                                                      throws ConfigurationException
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB.

Parameters:
connInfo - COM AB structure with initial information
Throws:
ConfigurationException

GCOMApplicationConfiguration.GCOMAppConnConfiguration

public GCOMApplicationConfiguration.GCOMAppConnConfiguration(GCOMApplicationConfiguration.GCOMAppConnConfiguration conf)
Copying constructor.
Note: It creates new GCOMAppConnConfiguration instance, but does not clone referred structure GApplicationConfiguration.GAppConnConfiguration.getTargetServerConfiguration().

Parameters:
conf - original configuration to copy configuration values from
Method Detail

getCfgConnInfo

public CfgConnInfo getCfgConnInfo()
Returns reference to the original COM AB configuration structure.

Returns:
reference to the original structure

contentToString

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).

Overrides:
contentToString in class GApplicationConfiguration.GAppConnConfiguration
Returns:
string representation of the configuration content
See Also:
GApplicationConfiguration.GAppConnConfiguration.toString()

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.