Class OMAGServerServiceInstanceHandler

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
Direct Known Subclasses:
AuditableServerServiceInstanceHandler, OMAGServerOperationalInstanceHandler, OMRSRepositoryServicesInstanceHandler

public abstract class OMAGServerServiceInstanceHandler extends Object
OMAGServerServiceInstanceHandler retrieves information from the instance map for an OMAG server service instance. The instance map is thread-safe. Instances are added and removed during server initialization and termination.
  • Field Details

  • Constructor Details

    • OMAGServerServiceInstanceHandler

      public OMAGServerServiceInstanceHandler(String serviceName)
      Constructor passes the service name that is used on all calls to this instance.
      Parameters:
      serviceName - unique identifier for this service with a human meaningful value
  • Method Details