|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgHost | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
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 CfgHost in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgHost | |
---|---|
CfgHost |
CfgServer.getHost()
A unique identifier of the
CfgHost
where this server resides. |
CfgHost |
CfgDeltaHost.retrieveCfgHost()
Read base CfgHost configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgHost | |
---|---|
void |
CfgServer.setHost(CfgHost value)
A unique identifier of the
CfgHost
where this server resides. |
Uses of CfgHost in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgHost | |
---|---|
CfgHost |
CfgHostQuery.executeSingleResult()
Executes a query the result of which is a single object. |
Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgHost | |
---|---|
AsyncRequestResult<CfgHost> |
CfgHostQuery.beginExecute(Action<AsyncRequestResult<CfgHost>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgHost> |
CfgHostQuery.execute()
Executes the query and returns a list of CfgHost objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgHost | |
---|---|
AsyncRequestResult<CfgHost> |
CfgHostQuery.beginExecute(Action<AsyncRequestResult<CfgHost>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
Uses of CfgHost in com.genesyslab.platform.apptemplate.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.configuration that return CfgHost | |
---|---|
CfgHost |
GCOMApplicationConfiguration.GCOMHost.getCfgHost()
Returns reference to the original COM AB configuration object. |
Constructors in com.genesyslab.platform.apptemplate.configuration with parameters of type CfgHost | |
---|---|
GCOMApplicationConfiguration.GCOMHost(CfgHost cfgHost)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |