Class SurveyActionAdmin
java.lang.Object
org.odpi.openmetadata.governanceservers.enginehostservices.admin.EngineServiceAdmin
org.odpi.openmetadata.engineservices.surveyaction.admin.SurveyActionAdmin
public class SurveyActionAdmin
extends org.odpi.openmetadata.governanceservers.enginehostservices.admin.EngineServiceAdmin
SurveyActionAdmin is called during server start up to set up the Survey Action OMES.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(String localServerId, String localServerName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, String localServerPassword, int maxPageSize, org.odpi.openmetadata.accessservices.governanceserver.client.GovernanceConfigurationClient configurationClient, org.odpi.openmetadata.adminservices.configuration.properties.EngineServiceConfig engineServiceConfig, org.odpi.openmetadata.governanceservers.enginehostservices.enginemap.GovernanceEngineMap governanceEngineMap) Initialize engine service.voidshutdown()Shutdown the engine service.
-
Constructor Details
-
SurveyActionAdmin
public SurveyActionAdmin()
-
-
Method Details
-
initialize
public void initialize(String localServerId, String localServerName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, String localServerPassword, int maxPageSize, org.odpi.openmetadata.accessservices.governanceserver.client.GovernanceConfigurationClient configurationClient, org.odpi.openmetadata.adminservices.configuration.properties.EngineServiceConfig engineServiceConfig, org.odpi.openmetadata.governanceservers.enginehostservices.enginemap.GovernanceEngineMap governanceEngineMap) throws org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException Initialize engine service.- Specified by:
initializein classorg.odpi.openmetadata.governanceservers.enginehostservices.admin.EngineServiceAdmin- Parameters:
localServerId- unique identifier of this serverlocalServerName- name of this serverauditLog- link to the repository responsible for servicing the REST callslocalServerUserId- user id for this server to use if sending REST requests and processing inbound messageslocalServerPassword- password for this server to use if sending REST requestsmaxPageSize- maximum number of records that can be requested on the pageSize parameterconfigurationClient- client used by the engine host services to connect to the Governance Engine OMAS to retrieve the governance engine definitionsengineServiceConfig- details of the options and the engines to rungovernanceEngineMap- map of configured engines- Throws:
org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException- an issue in the configuration prevented initialization
-
shutdown
public void shutdown()Shutdown the engine service.- Specified by:
shutdownin classorg.odpi.openmetadata.governanceservers.enginehostservices.admin.EngineServiceAdmin
-