io.airlift.jmx
Class JmxInspector

java.lang.Object
  extended by io.airlift.jmx.JmxInspector
All Implemented Interfaces:
Iterable<JmxInspector.InspectorRecord>

public class JmxInspector
extends Object
implements Iterable<JmxInspector.InspectorRecord>


Nested Class Summary
static class JmxInspector.InspectorRecord
           
static class JmxInspector.Types
           
 
Constructor Summary
JmxInspector(com.google.inject.Injector injector)
           
 
Method Summary
 Iterator<JmxInspector.InspectorRecord> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxInspector

@Inject
public JmxInspector(com.google.inject.Injector injector)
             throws Exception
Throws:
Exception
Method Detail

iterator

public Iterator<JmxInspector.InspectorRecord> iterator()
Specified by:
iterator in interface Iterable<JmxInspector.InspectorRecord>


Copyright © 2010-2012 Airlift. All Rights Reserved.