io.airlift.jmx
Class JmxAgent

java.lang.Object
  extended by io.airlift.jmx.JmxAgent

public class JmxAgent
extends Object


Constructor Summary
JmxAgent(MBeanServer server, JmxConfig config)
           
 
Method Summary
 JMXServiceURL getURL()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxAgent

@Inject
public JmxAgent(MBeanServer server,
                       JmxConfig config)
         throws IOException
Throws:
IOException
Method Detail

getURL

public JMXServiceURL getURL()

start

@PostConstruct
public void start()
           throws IOException
Throws:
IOException

stop

@PreDestroy
public void stop()
          throws IOException
Throws:
IOException


Copyright © 2010-2012 Airlift. All Rights Reserved.