Class OMVSServiceInstanceHandler
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
- Direct Known Subclasses:
ActionAuthorInstanceHandler
,ActorManagerInstanceHandler
,AssetCatalogInstanceHandler
,AutomatedCurationInstanceHandler
,ClassificationExplorerInstanceHandler
,ClassificationManagerInstanceHandler
,CollectionManagerInstanceHandler
,CommunityMattersInstanceHandler
,ConnectionMakerInstanceHandler
,DataDesignerInstanceHandler
,DataDiscoveryInstanceHandler
,DataOfficerInstanceHandler
,DevopsPipelineInstanceHandler
,FeedbackManagerInstanceHandler
,GlossaryBrowserInstanceHandler
,GlossaryManagerInstanceHandler
,GovernanceOfficerInstanceHandler
,MetadataExplorerInstanceHandler
,MyProfileInstanceHandler
,NotificationManagerInstanceHandler
,PeopleOrganizerInstanceHandler
,PrivacyOfficerInstanceHandler
,ProjectManagerInstanceHandler
,ReferenceDataInstanceHandler
,RuntimeManagerInstanceHandler
,SchemaMakerInstanceHandler
,SecurityOfficerInstanceHandler
,SolutionArchitectInstanceHandler
,SubjectAreaInstanceHandler
,TemplateManagerInstanceHandler
,TimeKeeperInstanceHandler
,ValidMetadataInstanceHandler
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.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
platformInstanceMap, serviceName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the exception handler that can package up common exceptions and pack them into a REST Response.Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
getAuditLog
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
getServerSecurityVerifier, getServerServiceInstance, getServiceName, isServerActive, removeServerServiceInstance
-
Constructor Details
-
OMVSServiceInstanceHandler
Constructor- Parameters:
serviceName
- a descriptive name for the OMVS
-
-
Method Details
-
getExceptionHandler
Retrieve the exception handler that can package up common exceptions and pack them into a REST Response.- Returns:
- exception handler object
-