Class OMVSServiceInstance

Direct Known Subclasses:
ActionAuthorInstance, AssetCatalogInstance, AutomatedCurationInstance, ClassificationManagerInstance, CollectionManagerInstance, DataDesignerInstance, DataDiscoveryInstance, DataOfficerInstance, DevopsPipelineInstance, FeedbackManagerInstance, GlossaryBrowserInstance, GlossaryManagerInstance, GovernanceOfficerInstance, MetadataExplorerInstance, MyProfileInstance, NotificationManagerInstance, PeopleOrganizerInstance, PrivacyOfficerInstance, ProjectManagerInstance, ReferenceDataInstance, RuntimeManagerInstance, SecurityOfficerInstance, TemplateManagerInstance, ValidMetadataInstance

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