Class FeedbackManagerInstance


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

    • FeedbackManagerInstance

      public FeedbackManagerInstance(String serverName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Feedback Manager 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 - problem with server name or platform URL
  • Method Details

    • getCollaborationManagerHandler

      public CollaborationManagerHandler getCollaborationManagerHandler(String viewServiceURLMarker, String accessServiceURLMarker) throws InvalidParameterException
      Return the collaboration manager handler.
      Parameters:
      viewServiceURLMarker - optional view service URL marker (overrides accessServiceURLMarker)
      accessServiceURLMarker - optional access service URL marker used to identify which back end service to call
      Returns:
      client
      Throws:
      InvalidParameterException