public final class CollaborationDataFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ClusterData |
getClusterData()
Returns a ClusterData object that can be used to retrieve cluster related
data.
|
static ServiceData |
getServiceData(String serviceName,
String serviceVersion)
Returns a ServiceData object that can be used to retrieve service related
data.
|
static void |
register(Object object)
Registers with the Avaya Breeze data service
for data access.
|
public static void register(Object object)
object - A reference of the registering class. Using the "this" object
reference would suffice. Can't be null. It must be some
non-static object that will last for the duration of the
application's deployment.ServiceData,
UserData,
SystemGlobalDatapublic static ServiceData getServiceData(String serviceName, String serviceVersion)
serviceName - name of the serviceserviceVersion - version of the serviceServiceDatapublic static ClusterData getClusterData()
ClusterDataCopyright © 2023 Avaya. All rights reserved.