Class OMVSServiceInstanceHandler

Direct Known Subclasses:
DinoViewInstanceHandler, GlossaryAuthorViewInstanceHandler, RexViewInstanceHandler, ServerAuthorViewInstanceHandler, TexViewInstanceHandler

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