|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGApplicationConfiguration.IGHost | |
---|---|
com.genesyslab.platform.apptemplate.configuration | Provides helper classes that read application options and other data from Configuration Server, converts it to corresponding Platform SDK objects and makes it easier to set up connections to backend servers and other applications. |
Uses of IGApplicationConfiguration.IGHost in com.genesyslab.platform.apptemplate.configuration |
---|
Classes in com.genesyslab.platform.apptemplate.configuration that implement IGApplicationConfiguration.IGHost | |
---|---|
static class |
GApplicationConfiguration.GHost
Structure describing host where server is configured to run. It reflects detached information from COM AB CfgHost . |
static class |
GCOMApplicationConfiguration.GCOMHost
This class is an extension of base GHost structure
with logic related to COM AB information extraction as detached configuration data. |
Fields in com.genesyslab.platform.apptemplate.configuration declared as IGApplicationConfiguration.IGHost | |
---|---|
protected IGApplicationConfiguration.IGHost |
GConfigPropertyReader.hostConfig
|
Methods in com.genesyslab.platform.apptemplate.configuration that return IGApplicationConfiguration.IGHost | |
---|---|
IGApplicationConfiguration.IGHost |
IGApplicationConfiguration.IGServerInfo.getHost()
Returns reference to structure describing host where this server resides. |
IGApplicationConfiguration.IGHost |
GApplicationConfiguration.GServerInfo.getHost()
Returns reference to structure describing host where this server resides. |
Methods in com.genesyslab.platform.apptemplate.configuration with parameters of type IGApplicationConfiguration.IGHost | |
---|---|
static java.lang.String |
GConfigPropertyReader.getHostAnnexOption(java.lang.String optionName,
java.lang.String sectionName,
IGApplicationConfiguration.IGHost hostConfig)
|
void |
GApplicationConfiguration.GServerInfo.setHost(IGApplicationConfiguration.IGHost host)
Sets reference to structure describing host where this server resides. |
Constructors in com.genesyslab.platform.apptemplate.configuration with parameters of type IGApplicationConfiguration.IGHost | |
---|---|
GApplicationConfiguration.GHost(IGApplicationConfiguration.IGHost conf)
Coping constructor. Note: it does not clone referred structure UserProperties . |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |