public class StewardshipOperationalServices extends Object
| Constructor and Description |
|---|
StewardshipOperationalServices(String localServerName,
String localServerUserId,
int maxPageSize)
Constructor used at server startup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(StewardshipServicesConfig configuration,
OMRSAuditLog auditLog)
Initialize the service.
|
void |
terminate(boolean permanent)
Shutdown the service.
|
public StewardshipOperationalServices(String localServerName, String localServerUserId, int maxPageSize)
localServerName - name of the local serverlocalServerUserId - user id for this server to use if processing inbound messages.maxPageSize - maximum number of records that can be requested on the pageSize parameterpublic void initialize(StewardshipServicesConfig configuration, OMRSAuditLog auditLog)
configuration - config propertiesauditLog - destination for audit log messages.public void terminate(boolean permanent)
permanent - is the service going away?Copyright © 2018–2019 ODPi. All rights reserved.