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.
|
DataPlatformConfig |
getDataPlatformConfig() |
void |
initialize(DataPlatformConfig dataPlatformConfig,
OMRSAuditLog auditLog) |
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(DataPlatformConfig dataPlatformConfig, OMRSAuditLog auditLog)
public boolean disconnect(boolean permanent)
permanent - boolean flag indicating whether this server permanently shutting down or notpublic DataPlatformConfig getDataPlatformConfig()
Copyright © 2018–2019 ODPi. All rights reserved.