public class EngineHostOperationalServices extends Object
| Constructor and Description |
|---|
EngineHostOperationalServices(String localServerName,
String localServerId,
String localServerUserId,
String localServerPassword,
int maxPageSize)
Constructor used at server startup.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
initialize(EngineHostServicesConfig configuration,
AuditLog auditLog)
Initialize the service.
|
void |
terminate()
Shutdown the service.
|
public EngineHostOperationalServices(String localServerName, String localServerId, String localServerUserId, String localServerPassword, int maxPageSize)
localServerName - name of the local serverlocalServerId - unique identifier for this serverlocalServerUserId - user id for this server to use on REST calls if processing inbound messages.localServerPassword - user password for this server to use on REST calls if processing inbound messages.maxPageSize - maximum number of records that can be requested on the pageSize parameterpublic List<String> initialize(EngineHostServicesConfig configuration, AuditLog auditLog) throws OMAGConfigurationErrorException
configuration - config propertiesauditLog - destination for audit log messages.OMAGConfigurationErrorException - error in configuration preventing startuppublic void terminate()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.