Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.configuration
Interface IGApplicationConfiguration.IGAppConnConfiguration

All Known Implementing Classes:
GApplicationConfiguration.GAppConnConfiguration, GCOMApplicationConfiguration.GCOMAppConnConfiguration
Enclosing interface:
IGApplicationConfiguration

public static interface IGApplicationConfiguration.IGAppConnConfiguration

The application connection configuration structure reflects COM AB CfgConnInfo information.
It contains reference to connected server with related connection properties.

See Also:
CfgConnInfo

Method Summary
 java.lang.String getAppParams()
          Returns connection protocol's application parameters.
 java.lang.String getConnProtocol()
          Returns name of the connection control protocol.
 java.lang.String getDescription()
          Returns optional description of the connection.
 java.lang.String getPortId()
          Returns identifier of the server's listening port.
 java.lang.String getProxyParams()
          Returns connection protocol's proxy parameters.
 IGApplicationConfiguration getTargetServerConfiguration()
          Returns application configuration of the connected server.
 java.lang.Integer getTimeoutLocal()
          Returns the heart-bit polling interval measured in seconds, on client site.
Valuable if connection protocol (getConnProtocol()) is "addp".
 java.lang.Integer getTimeoutRemote()
          Returns the heart-bit polling interval measured in seconds, on server site.
Valuable if connection protocol (getConnProtocol()) is "addp".
 CfgTraceMode getTraceMode()
          Returns the ADDP trace mode dedicated for this connection.
 java.lang.String getTransportParams()
          Returns connection protocol's transport parameters.
 

Method Detail

getTargetServerConfiguration

IGApplicationConfiguration getTargetServerConfiguration()
Returns application configuration of the connected server.

Returns:
application configuration of the connected server
See Also:
CfgConnInfo.getAppServer()

getPortId

java.lang.String getPortId()
Returns identifier of the server's listening port. Should correspond to IGApplicationConfiguration.IGPortInfo.getId().

Returns:
connection port name/identifier
See Also:
CfgConnInfo.getId()

getConnProtocol

java.lang.String getConnProtocol()
Returns name of the connection control protocol. Available values: "addp". Default: none.

Returns:
name of the connection control protocol
See Also:
CfgConnInfo.getConnProtocol()

getTimeoutLocal

java.lang.Integer getTimeoutLocal()
Returns the heart-bit polling interval measured in seconds, on client site.
Valuable if connection protocol (getConnProtocol()) is "addp".

Returns:
local ADDP timeout or null
See Also:
getConnProtocol(), CfgConnInfo.getTimoutLocal()

getTimeoutRemote

java.lang.Integer getTimeoutRemote()
Returns the heart-bit polling interval measured in seconds, on server site.
Valuable if connection protocol (getConnProtocol()) is "addp".

Returns:
remote ADDP timeout or null
See Also:
getConnProtocol(), CfgConnInfo.getTimoutRemote()

getTraceMode

CfgTraceMode getTraceMode()
Returns the ADDP trace mode dedicated for this connection. Default value is CFGTMNoTraceMode ("no addp trace logs").

Returns:
trace mode or null
See Also:
CfgConnInfo.getMode()

getTransportParams

java.lang.String getTransportParams()
Returns connection protocol's transport parameters.

Returns:
the connection transport parameters
See Also:
CfgConnInfo.getTransportParams()

getAppParams

java.lang.String getAppParams()
Returns connection protocol's application parameters.

Returns:
the connection application parameters
See Also:
CfgConnInfo.getAppParams()

getProxyParams

java.lang.String getProxyParams()
Returns connection protocol's proxy parameters.

Returns:
the connection proxy parameters
See Also:
CfgConnInfo.getProxyParams()

getDescription

java.lang.String getDescription()
Returns optional description of the connection.

Returns:
connection description or null
See Also:
CfgConnInfo.getDescription()

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.