Class RepositoryGovernanceServiceHandler
- java.lang.Object
-
- org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
-
- org.odpi.openmetadata.engineservices.repositorygovernance.handlers.RepositoryGovernanceServiceHandler
-
- All Implemented Interfaces:
Runnable
public class RepositoryGovernanceServiceHandler extends GovernanceServiceHandler
RepositoryGovernanceServiceHandler provides the support to run a repository governance service. A new instance is created for each request and it is assigned its own thread.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
auditLog, engineHostUserId, governanceActionGUID, governanceEngineGUID, governanceEngineProperties, governanceService, governanceServiceGUID, governanceServiceName, requestType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()This is the method that provides the behaviour of the thread.-
Methods inherited from class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
disconnect, getGovernanceEngineName, getGovernanceServiceGUID, getGovernanceServiceName, recordCompletionStatus, updateActionTargetStatus
-
-