Class OMVSServiceInstanceHandler
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
-
- org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
-
- org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
-
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.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
platformInstanceMap, serviceName
-
-
Constructor Summary
Constructors Constructor Description OMVSServiceInstanceHandler(String serviceName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RESTExceptionHandlergetExceptionHandler()Retrieve 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 Detail
-
OMVSServiceInstanceHandler
public OMVSServiceInstanceHandler(String serviceName)
Constructor- Parameters:
serviceName- a descriptive name for the OMVS
-
-
Method Detail
-
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
-
-