|
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.GHost
public static class GApplicationConfiguration.GHost
Structure describing host where server is configured to run.
It reflects detached information from COM AB
CfgHost
.
CfgHost
,
Serialized FormConstructor Summary | |
---|---|
GApplicationConfiguration.GHost()
Default empty constructor. |
|
GApplicationConfiguration.GHost(IGApplicationConfiguration.IGHost conf)
Coping constructor. Note: it does not clone referred structure UserProperties . |
Method Summary | |
---|---|
GApplicationConfiguration.GHost |
clone()
|
protected java.lang.String |
contentToString()
This method is used from toString() to build
string representation of the internal content (configuration properties names and values). |
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. |
void |
setDbid(java.lang.Integer dbid)
Sets the host DBID. |
void |
setIPAddress(java.lang.String ipaddress)
Sets the host TCP/IP address. |
void |
setLCAPort(java.lang.String lcaport)
Sets port number on which the Local Control Agent for this host is supposed to be running. |
void |
setName(java.lang.String name)
Sets the host name. |
void |
setObjectState(CfgObjectState state)
Sets actual object state in the Genesys Configuration Database. |
void |
setUserProperties(KeyValueCollection userProperties)
Sets pointer to the list of user-defined properties. It represents the "Annex" tab of the host object in CME. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GApplicationConfiguration.GHost()
public GApplicationConfiguration.GHost(IGApplicationConfiguration.IGHost conf)
UserProperties
.
conf
- original configurationMethod Detail |
---|
public java.lang.String getName()
getName
in interface IGApplicationConfiguration.IGHost
CfgHost.getName()
public java.lang.Integer getDbid()
getDbid
in interface IGApplicationConfiguration.IGHost
CfgHost.getDBID()
public java.lang.String getIPAddress()
getIPAddress
in interface IGApplicationConfiguration.IGHost
CfgHost.getIPaddress()
public java.lang.String getLCAPort()
getLCAPort
in interface IGApplicationConfiguration.IGHost
CfgHost.getLCAPort()
public CfgObjectState getObjectState()
getObjectState
in interface IGApplicationConfiguration.IGHost
CfgHost.getState()
public KeyValueCollection getUserProperties()
getUserProperties
in interface IGApplicationConfiguration.IGHost
CfgHost.getUserProperties()
public void setName(java.lang.String name)
name
- the host nameCfgHost.getName()
public void setDbid(java.lang.Integer dbid)
dbid
- the host object DBIDCfgHost.getDBID()
public void setIPAddress(java.lang.String ipaddress)
ipaddress
- the host TCP/IP addressCfgHost.getIPaddress()
public void setLCAPort(java.lang.String lcaport)
lcaport
- the LCA port numberCfgHost.getLCAPort()
public void setObjectState(CfgObjectState state)
state
- actual object stateCfgHost.getState()
public void setUserProperties(KeyValueCollection userProperties)
userProperties
- collection of properties sections or nullCfgHost.getUserProperties()
public GApplicationConfiguration.GHost clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String contentToString()
toString()
to build
string representation of the internal content (configuration properties names and values).
toString()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |