metrictotal.xml 814 B

12345678910111213141516171819
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2011
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="metrictotal" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="100000" logStartStop="false">
  8. <!--this handler needs to be loaded after the other metrics are registered in the MBean Server.-->
  9. <prerequisites>
  10. <prerequisite classExists="mx4j.remote.MX4JRemoteUtils"/>
  11. </prerequisites>
  12. <handlers>
  13. <handler name="TotalHandler" classname="com.cognos.pogo.monitoring.jmx.TotalHandler"/>
  14. <handler name="ChooserHandler" classname="com.cognos.pogo.monitoring.jmx.remote.proxy.chooser.ChooserHandler"/>
  15. </handlers>
  16. </service>