Class 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.
    • 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