Class OMVSServiceInstance

Direct Known Subclasses:
AssetCatalogInstance, AutomatedCurationInstance, CollectionManagerInstance, DinoViewServicesInstance, FeedbackManagerInstance, GlossaryAuthorViewServicesInstance, GlossaryBrowserInstance, GlossaryWorkflowInstance, GovernanceAuthorInstance, MyProfileInstance, RexViewServicesInstance, ServerAuthorViewServicesInstance, TexViewServicesInstance

public class OMVSServiceInstance extends AuditableServerServiceInstance
It is responsible for registering itself in the instance map.
  • Field Details

    • remoteServerName

      protected String remoteServerName
    • remoteServerURL

      protected String remoteServerURL
  • Constructor Details

    • OMVSServiceInstance

      public OMVSServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL)
      Set up the OMVS service instance
      Parameters:
      serverName - name of this server
      serviceName - name of this service
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
  • Method Details

    • getRemoteServerName

      public String getRemoteServerName()
      the remote server name
      Returns:
      the remote server name
    • getRemoteServerURL

      public String getRemoteServerURL()
      the remote server URL
      Returns:
      the remote server URL