net.sf.snmpadaptor4j.example
Class Jmx

java.lang.Object
  extended by net.sf.snmpadaptor4j.example.Jmx

public final class Jmx
extends Object

JMX manager.

Author:
Jean-Philippe MINETTI

Constructor Summary
Jmx()
          Constructor.
 
Method Summary
 void start()
          Starts JMX.
 void stop()
          Stops JMX.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jmx

public Jmx()
    throws Exception
Constructor.

Throws:
Exception - Exception if an error occurred.
Method Detail

start

public void start()
           throws Exception
Starts JMX.

Throws:
Exception - Exception if an error occurred.

stop

public void stop()
          throws Exception
Stops JMX.

Throws:
Exception - Exception if an error occurred.


Copyright © 2012 snmpAdaptor4j. All Rights Reserved.