Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
CfgApplication |
CfgDetectEvent.getApp() |
|
CfgApplication |
CfgSolutionComponent.getApp() |
A unique identifier of an
Application
with type appType and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional is set to
CFGFalse . |
CfgApplication |
CfgDeltaPersonLastLogin.getApplication() |
|
CfgApplication |
CfgPersonLastLogin.getApplication() |
|
CfgApplication |
CfgConnInfo.getAppServer() |
The unique identifier of the
Server
this application shall
connect to as a client when it is started. |
CfgApplication |
CfgServer.getBackupServer() |
An identifier of the
Server
which is to be contacted if connection
to this server fails. |
CfgApplication |
CfgDeltaTableAccess.getDbAccess() |
A unique identifier of the
CfgApplication
of type CFGDBServer (DB Access Point) through which the table can be accessed. |
CfgApplication |
CfgTableAccess.getDbAccess() |
A unique identifier of the
CfgApplication
of type CFGDBServer (DB Access Point) through which the table can be accessed. |
CfgApplication |
CfgCampaignGroupInfo.getDialer() |
|
CfgApplication |
CfgDeltaIVR.getIVRServer() |
A unique identifier of the
CfgApplication
of CfgIVRInterfaceServer type permanently
associated to serve this IVR. |
CfgApplication |
CfgIVR.getIVRServer() |
A unique identifier of the
CfgApplication
of CfgIVRInterfaceServer type permanently
associated to serve this IVR. |
CfgApplication |
CfgDeltaHost.getSCS() |
A unique identifier of an
CfgApplication
of CFGSCS type which is supposed to monitor/control
this host. |
CfgApplication |
CfgDeltaService.getSCS() |
A unique identifier of an
Application
of CFGSCS type which is supposed to control
the solution. |
CfgApplication |
CfgHost.getSCS() |
A unique identifier of an
CfgApplication
of CFGSCS type which is supposed to monitor/control
this host. |
CfgApplication |
CfgService.getSCS() |
A unique identifier of an
Application
of CFGSCS type which is supposed to control
the solution. |
CfgApplication |
CfgCampaignGroupInfo.getStatServer() |
|
CfgApplication |
CfgDeltaSwitch.getTServer() |
A unique identifier of the
T-Server
Application
through which the telephony objects
of this switch are controlled. |
CfgApplication |
CfgSwitch.getTServer() |
A unique identifier of the
T-Server
Application
through which the telephony objects
of this switch are controlled. |
CfgApplication |
CfgDeltaApplication.retrieveCfgApplication() |
Read base CfgApplication configuration object caused this event.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<CfgApplication> |
CfgDeltaCampaignGroup.getAddedServers() |
A pointer to the list of unique identifiers to
Application
objects. |
java.util.Collection<CfgApplication> |
CfgDeltaCampaignGroup.getDeletedServers() |
A pointer to the list of deleted applications.
|
java.util.Collection<CfgApplication> |
CfgCampaignGroup.getServers() |
A pointer to the list of unique identifiers to
Application
objects. |
Modifier and Type | Method | Description |
---|---|---|
void |
CfgDetectEvent.setApp(CfgApplication value) |
|
void |
CfgSolutionComponent.setApp(CfgApplication value) |
A unique identifier of an
Application
with type appType and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional is set to
CFGFalse . |
void |
CfgPersonLastLogin.setApplication(CfgApplication value) |
|
void |
CfgConnInfo.setAppServer(CfgApplication value) |
The unique identifier of the
Server
this application shall
connect to as a client when it is started. |
void |
CfgServer.setBackupServer(CfgApplication value) |
An identifier of the
Server
which is to be contacted if connection
to this server fails. |
void |
CfgTableAccess.setDbAccess(CfgApplication value) |
A unique identifier of the
CfgApplication
of type CFGDBServer (DB Access Point) through which the table can be accessed. |
void |
CfgCampaignGroupInfo.setDialer(CfgApplication value) |
|
void |
CfgIVR.setIVRServer(CfgApplication value) |
A unique identifier of the
CfgApplication
of CfgIVRInterfaceServer type permanently
associated to serve this IVR. |
void |
CfgHost.setSCS(CfgApplication value) |
A unique identifier of an
CfgApplication
of CFGSCS type which is supposed to monitor/control
this host. |
void |
CfgService.setSCS(CfgApplication value) |
A unique identifier of an
Application
of CFGSCS type which is supposed to control
the solution. |
void |
CfgCampaignGroupInfo.setStatServer(CfgApplication value) |
|
void |
CfgSwitch.setTServer(CfgApplication value) |
A unique identifier of the
T-Server
Application
through which the telephony objects
of this switch are controlled. |
Modifier and Type | Method | Description |
---|---|---|
void |
CfgCampaignGroup.setServers(java.util.Collection<CfgApplication> value) |
A pointer to the list of unique identifiers to
Application
objects. |
Modifier and Type | Method | Description |
---|---|---|
CfgApplication |
CfgApplicationQuery.executeSingleResult() |
Executes a query the result of which is a single object.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgApplication> |
CfgApplicationQuery.beginExecute(Action<AsyncRequestResult<CfgApplication>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
java.util.Collection<CfgApplication> |
CfgApplicationQuery.execute() |
Executes the query and returns a list of CfgApplication objects.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgApplication> |
CfgApplicationQuery.beginExecute(Action<AsyncRequestResult<CfgApplication>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
Modifier and Type | Method | Description |
---|---|---|
CfgApplication |
GCOMApplicationConfiguration.getCfgApplication() |
Returns reference to the original CfgApplication object
as source of initial configuration properties values.
|
Constructor | Description |
---|---|
GCOMApplicationConfiguration(CfgApplication cfgApplication) |
Loads application configuration properties from given COM AB CfgApplication
object including configuration of connected CfgApplication's and CfgHost's.
|
GCOMApplicationConfiguration(CfgApplication cfgApplication,
boolean readConnections) |
Loads application configuration properties from given COM AB CfgApplication
object including configuration of connected CfgApplication's and CfgHost's.
|
GCOMApplicationConfiguration(CfgApplication cfgApplication,
boolean readConnections,
boolean readClusterConnections) |
Loads application configuration properties from given COM AB CfgApplication
object including configuration of connected CfgApplication's and CfgHost's.
|
GCOMApplicationConfiguration(CfgApplication cfgApplication,
boolean readConnections,
boolean readClusterConnections,
boolean readTenantsInfo) |
Loads application configuration properties from given COM AB CfgApplication
object including configuration of connected CfgApplication's and CfgHost's.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.