Class GlossaryAuthorViewServicesInstance


public class GlossaryAuthorViewServicesInstance extends OMVSServiceInstance
GlossaryAuthorViewServicesInstance caches references to objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Details

    • GlossaryAuthorViewServicesInstance

      public GlossaryAuthorViewServicesInstance(String serverName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Glossary Author OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      InvalidParameterException - one of the parameters is null or invalid.
  • Method Details