Class DisplayIntegratorContextManager


  • public class DisplayIntegratorContextManager
    extends IntegrationContextManager
    DisplayIntegratorContextManager provides the bridge between the integration daemon services and the specific implementation of the DataManagerIntegrator integration service
    • Constructor Detail

      • DisplayIntegratorContextManager

        public DisplayIntegratorContextManager()
        Default constructor
    • Method Detail

      • initializeContextManager

        public void initializeContextManager​(String partnerOMASServerName,
                                             String partnerOMASPlatformRootURL,
                                             String userId,
                                             String password,
                                             Map<String,​Object> serviceOptions,
                                             int maxPageSize,
                                             AuditLog auditLog)
        Initialize server properties for the context manager.
        Overrides:
        initializeContextManager in class IntegrationContextManager
        Parameters:
        partnerOMASServerName - name of the server to connect to
        partnerOMASPlatformRootURL - the network address of the server running the OMAS REST servers
        userId - caller's userId embedded in all HTTP requests
        password - caller's userId embedded in all HTTP requests
        serviceOptions - options from the integration service's configuration
        maxPageSize - maximum number of results that can be returned on a single REST call
        auditLog - logging destination