public interface OMRSRegistryEventProcessorInterface
| Modifier and Type | Method and Description |
|---|---|
void |
processBadConnectionEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorMetadataCollectionName,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
Connection remoteConnection,
String errorMessage)
A connection to one of the members of the open metadata repository cohort is not usable by one of the members.
|
void |
processConflictingCollectionIdEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorMetadataCollectionName,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String conflictingMetadataCollectionId,
String errorMessage)
There is more than one member of the open metadata repository cohort that is using the same metadata
collection Id.
|
boolean |
processRegistrationEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorMetadataCollectionName,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Date registrationTimestamp,
Connection remoteConnection)
Introduces a new server/repository to the metadata repository cohort.
|
boolean |
processRegistrationRefreshRequest(String sourceName,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName)
Requests that the other servers in the cohort send re-registration events.
|
boolean |
processReRegistrationEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorMetadataCollectionName,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Date registrationTimestamp,
Connection remoteConnection)
Refreshes the other servers in the cohort with the originating server's registration.
|
boolean |
processUnRegistrationEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorMetadataCollectionName,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName)
A server/repository is being removed from the metadata repository cohort.
|
boolean processRegistrationEvent(String sourceName, String originatorMetadataCollectionId, String originatorMetadataCollectionName, String originatorServerName, String originatorServerType, String originatorOrganizationName, Date registrationTimestamp, Connection remoteConnection)
sourceName - name of the source of the event. It may be the cohort name for incoming events or the
local repository, or event mapper name.originatorMetadataCollectionId - unique identifier of metadata collection of originator.originatorMetadataCollectionName - display name of metadata collection of originator.originatorServerName - name of the server that the event came from.originatorServerType - type of server that the event came from.originatorOrganizationName - name of the organization that owns the server that sent the event.registrationTimestamp - the time that the server/repository issued the registration request.remoteConnection - the Connection properties for the connector used to call the registering server.boolean processRegistrationRefreshRequest(String sourceName, String originatorServerName, String originatorServerType, String originatorOrganizationName)
sourceName - name of the source of the event. It may be the cohort name for incoming events or the
local repository, or event mapper name.originatorServerName - name of the server that the event came from.originatorServerType - type of server that the event came from.originatorOrganizationName - name of the organization that owns the server that sent the event.boolean processReRegistrationEvent(String sourceName, String originatorMetadataCollectionId, String originatorMetadataCollectionName, String originatorServerName, String originatorServerType, String originatorOrganizationName, Date registrationTimestamp, Connection remoteConnection)
sourceName - name of the source of the event. It may be the cohort name for incoming events or the
local repository, or event mapper name.originatorMetadataCollectionId - unique identifier of metadata collection of originator.originatorMetadataCollectionName - display name of metadata collection of originator.originatorServerName - name of the server that the event came from.originatorServerType - type of server that the event came from.originatorOrganizationName - name of the organization that owns the server that sent the event.registrationTimestamp - the time that the server/repository first registered with the cohort.remoteConnection - the Connection properties for the connector used to call the registering server.boolean processUnRegistrationEvent(String sourceName, String originatorMetadataCollectionId, String originatorMetadataCollectionName, String originatorServerName, String originatorServerType, String originatorOrganizationName)
sourceName - name of the source of the event. It may be the cohort name for incoming events or the
local repository, or event mapper name.originatorMetadataCollectionId - unique identifier of metadata collection of originator.originatorMetadataCollectionName - display name of metadata collection of originator.originatorServerName - name of the server that the event came from.originatorServerType - type of server that the event came from.originatorOrganizationName - name of the organization that owns the server that sent the event.void processConflictingCollectionIdEvent(String sourceName, String originatorMetadataCollectionId, String originatorMetadataCollectionName, String originatorServerName, String originatorServerType, String originatorOrganizationName, String conflictingMetadataCollectionId, String errorMessage)
sourceName - name of the source of the event. It may be the cohort name for incoming events or the
local repository, or event mapper name.originatorMetadataCollectionId - unique identifier of metadata collection of originator.originatorMetadataCollectionName - display name of metadata collection of originator.originatorServerName - name of the server that the event came from.originatorServerType - type of server that the event came from.originatorOrganizationName - name of the organization that owns the server that sent the event.conflictingMetadataCollectionId - unique identifier for the metadata collection that is registering with the cohort.errorMessage - details of the conflictvoid processBadConnectionEvent(String sourceName, String originatorMetadataCollectionId, String originatorMetadataCollectionName, String originatorServerName, String originatorServerType, String originatorOrganizationName, String targetMetadataCollectionId, Connection remoteConnection, String errorMessage)
sourceName - name of the source of the event. It may be the cohort name for incoming events or the
local repository, or event mapper name.originatorMetadataCollectionId - unique identifier of metadata collection of originator.originatorMetadataCollectionName - display name of metadata collection of originator.originatorServerName - name of the server that the event came from.originatorServerType - type of server that the event came from.originatorOrganizationName - name of the organization that owns the server that sent the event.targetMetadataCollectionId - Id for the repository with the bad remote connection.remoteConnection - the Connection properties for the connector used to call the registering server.errorMessage - details of the error that occurs when the connection is used.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.