Class OMVSServiceInstanceHandler

Direct Known Subclasses:
ActionAuthorInstanceHandler, ActorManagerInstanceHandler, AssetCatalogInstanceHandler, AssetMakerInstanceHandler, AutomatedCurationInstanceHandler, ClassificationExplorerInstanceHandler, ClassificationManagerInstanceHandler, CollectionManagerInstanceHandler, CommunityMattersInstanceHandler, ConnectionMakerInstanceHandler, DataDesignerInstanceHandler, DataDiscoveryInstanceHandler, DataEngineerInstanceHandler, DataOfficerInstanceHandler, DevopsPipelineInstanceHandler, DigitalBusinessInstanceHandler, ExternalReferencesInstanceHandler, FeedbackManagerInstanceHandler, GlossaryManagerInstanceHandler, GovernanceOfficerInstanceHandler, LineageLinkerInstanceHandler, LocationArenaInstanceHandler, MetadataExpertInstanceHandler, MetadataExplorerInstanceHandler, MultiLanguageInstanceHandler, MyProfileInstanceHandler, NotificationManagerInstanceHandler, PeopleOrganizerInstanceHandler, PrivacyOfficerInstanceHandler, ProductCatalogInstanceHandler, ProductManagerInstanceHandler, ProjectManagerInstanceHandler, ReferenceDataInstanceHandler, RuntimeManagerInstanceHandler, SchemaMakerInstanceHandler, SecurityOfficerInstanceHandler, SolutionArchitectInstanceHandler, SubjectAreaInstanceHandler, TemplateManagerInstanceHandler, TimeKeeperInstanceHandler, ValidMetadataInstanceHandler

public class OMVSServiceInstanceHandler extends AuditableServerServiceInstanceHandler
OMVSServiceInstanceHandler retrieves information from the instance map for the view service instances. The instance map is thread-safe. Instances are added and removed by the ViewServiceAdmin class.
  • Constructor Details

    • OMVSServiceInstanceHandler

      public OMVSServiceInstanceHandler(String serviceName)
      Constructor
      Parameters:
      serviceName - a descriptive name for the OMVS
  • Method Details

    • getExceptionHandler

      public RESTExceptionHandler getExceptionHandler()
      Retrieve the exception handler that can package up common exceptions and pack them into a REST Response.
      Returns:
      exception handler object