Package | Description |
---|---|
com.genesyslab.wfm7.API.service.locator |
Locator service used to locate WFM Servers.
|
Modifier and Type | Method and Description |
---|---|
Location |
WFMLocatorServiceSoap.locateBuilder(java.lang.String appName,
int userID) |
Location |
WFMLocatorServiceSoap.locateBuilder700(java.lang.String sessionServiceName,
java.lang.String appName,
int userID)
The method should locate the WFM Builder that is idle or is least busy.
|
Location |
WFMLocatorServiceSoap.locateDataAggregator(java.lang.String appName,
int userID,
int siteID) |
Location |
WFMLocatorServiceSoap.locateDataAggregator700(java.lang.String sessionServiceName,
java.lang.String appName,
int userID,
int siteID)
The method should locate the WFM Data Aggregator configured to serve the specified Site.
|
Location |
WFMLocatorServiceSoap.locateReportServer(java.lang.String appName,
int userID) |
Location |
WFMLocatorServiceSoap.locateReportServer700(java.lang.String sessionServiceName,
java.lang.String appName,
int userID)
The method should locate the WFM Reports Server.
|
Location |
WFMLocatorServiceSoap.locateServer(java.lang.String appName,
int userID,
int[] siteIDArray) |
Location |
WFMLocatorServiceSoap.locateServer700(java.lang.String sessionServiceName,
java.lang.String appName,
int userID,
int[] siteIDArray)
The method should locate "the best" WFM server with which to establish the session.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.