All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component public class RexViewService extends RexViewAdmin implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • RexViewService

      public RexViewService()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • initialize

      public void initialize(String serverName, ViewServiceConfig viewServiceConfig, AuditLog auditLog, String serverUserName, int maxPageSize) throws OMAGConfigurationErrorException
      Description copied from class: RexViewAdmin
      Initialize the REX view service.
      Overrides:
      initialize in class RexViewAdmin
      Parameters:
      serverName - name of the local server
      viewServiceConfig - specific configuration properties for this view service.
      auditLog - audit log component for logging messages.
      serverUserName - user id to use to issue calls to the remote server.
      maxPageSize - maximum page size. 0 means unlimited
      Throws:
      OMAGConfigurationErrorException - invalid parameters in the configuration properties.