public class DataPlatformOperationalServices extends Object
| Constructor and Description |
|---|
DataPlatformOperationalServices(String localServerName,
String localServerUserId,
String localServerType,
String localServerURL)
Constructor used at server startup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
disconnect(boolean permanent)
Shutdown the Data Platform Services.
|
DataPlatformServicesConfig |
getDataPlatformServicesConfig()
Gets data platform config.
|
void |
initialize(DataPlatformServicesConfig dataPlatformServicesConfig,
OMRSAuditLog auditLog)
Initialize.
|
public DataPlatformOperationalServices(String localServerName, String localServerUserId, String localServerType, String localServerURL)
localServerName - the local server namelocalServerUserId - the local server user idlocalServerType - the local server typelocalServerURL - the local server urlpublic void initialize(DataPlatformServicesConfig dataPlatformServicesConfig, OMRSAuditLog auditLog) throws OMAGConfigurationErrorException
dataPlatformServicesConfig - the data platform configauditLog - the audit logOMAGConfigurationErrorException - the omag configuration error exceptionpublic boolean disconnect(boolean permanent)
permanent - boolean flag indicating whether this server permanently shutting down or notpublic DataPlatformServicesConfig getDataPlatformServicesConfig()
Copyright © 2018–2019 ODPi. All rights reserved.