com.ning.metrics.eventtracker
Class CollectorControllerHttpMBeanModule
java.lang.Object
com.google.inject.AbstractModule
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());
| Methods inherited from class com.google.inject.AbstractModule |
configure |
CollectorControllerHttpMBeanModule
public CollectorControllerHttpMBeanModule()
Copyright © 2010-2011 Ning, Inc.. All Rights Reserved.