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