Platform SDK Java 8.5 API Reference

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

All Known Implementing Classes:
GApplicationConfiguration.GHost, GCOMApplicationConfiguration.GCOMHost
Enclosing interface:
IGApplicationConfiguration

public static interface IGApplicationConfiguration.IGHost

Structure describing host where server is configured to run.
It reflects detached information from COM AB CfgHost.

See Also:
CfgHost

Method Summary
 java.lang.Integer getDbid()
          Returns the host DBID.
 java.lang.String getIPAddress()
          Returns the host TCP/IP address.
 java.lang.String getLCAPort()
          Returns port number on which the Local Control Agent for this host is supposed to be running.
 java.lang.String getName()
          Returns the host name.
 CfgObjectState getObjectState()
          Returns actual object state in the Genesys Configuration Database.
 KeyValueCollection getUserProperties()
          Returns pointer to the list of user-defined properties.
It represents the "Annex" tab of the host object in CME.
 

Method Detail

getName

java.lang.String getName()
Returns the host name.

Returns:
the host name
See Also:
CfgHost.getName()

getDbid

java.lang.Integer getDbid()
Returns the host DBID.

Returns:
the host object DBID
See Also:
CfgHost.getDBID()

getIPAddress

java.lang.String getIPAddress()
Returns the host TCP/IP address.

Returns:
the host TCP/IP address
See Also:
CfgHost.getIPaddress()

getLCAPort

java.lang.String getLCAPort()
Returns port number on which the Local Control Agent for this host is supposed to be running.

Returns:
the LCA port number
See Also:
CfgHost.getLCAPort()

getObjectState

CfgObjectState getObjectState()
Returns actual object state in the Genesys Configuration Database.

Returns:
actual object state
See Also:
CfgHost.getState()

getUserProperties

KeyValueCollection getUserProperties()
Returns pointer to the list of user-defined properties.
It represents the "Annex" tab of the host object in CME.

Returns:
collection of properties sections or null
See Also:
CfgHost.getUserProperties()

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.