contentmanagerreporter.xml 1.1 KB

12345678910111213141516171819202122
  1. <!--
  2. Licensed Materials - Property of IBM
  3. BI and PM: CM
  4. (C) Copyright IBM Corp. 2008, 2009
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  9. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
  10. <service name="CMReporterService" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" logStartStop="false">
  11. <handlers>
  12. <handler name="contentManagerReporter" classname="com.cognos.pogo.monitoring.SimpleRequestReportingHandler" publisherName="pogoPublisher" reporterName="ContentManagerService" serviceType="contentManagerService" skip_on_fault="false" setStatus="false"/>
  13. <handler name="getCMReporter" classname="com.cognos.cm.server.ContentManagerReporterHandler" reporterName="CMReporterService.contentManagerReporter"/>
  14. </handlers>
  15. <prerequisites>
  16. <prerequisite disabledProperty="cmIsEnabled"/>
  17. <prerequisite localCMProperty="true"/>
  18. </prerequisites>
  19. </service>