com.ning.metrics.eventtracker
Class CollectorControllerHttpMBeanModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.ning.metrics.eventtracker.CollectorControllerHttpMBeanModule
All Implemented Interfaces:
com.google.inject.Module

public class CollectorControllerHttpMBeanModule
extends com.google.inject.AbstractModule

Expose JMX properties for the eventtracker library.

To enable them, install this module and configure jmxutils: install(new MBeanModule()); // MBeanModule expects an MBeanServer to be bound, e.g. make sure to: binder().bind(MBeanServer.class).toInstance(ManagementFactory.getPlatformMBeanServer());


Constructor Summary
CollectorControllerHttpMBeanModule()
           
 
Method Summary
 
Methods inherited from class com.google.inject.AbstractModule
configure
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectorControllerHttpMBeanModule

public CollectorControllerHttpMBeanModule()


Copyright © 2010-2011 Ning, Inc.. All Rights Reserved.