Class OMVSServiceInstanceHandler
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandlerRetrieve 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
getAuditLogMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
getServerSecurityVerifier, getServiceName, isServerActive, removeServerServiceInstance
-
Constructor Details
-
OMVSServiceInstanceHandler
Constructor- Parameters:
serviceName- a descriptive name for the OMVS
-
-
Method Details
-
getExceptionHandler
public org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler getExceptionHandler()Retrieve the exception handler that can package up common exceptions and pack them into a REST Response.- Returns:
- exception handler object
-