org.opennms.protocols.jmx.connectors
Class Jsr160ConnectionWrapper

java.lang.Object
  extended by org.opennms.protocols.jmx.connectors.Jsr160ConnectionWrapper
All Implemented Interfaces:
ConnectionWrapper

public class Jsr160ConnectionWrapper
extends Object
implements ConnectionWrapper


Constructor Summary
Jsr160ConnectionWrapper(JMXConnector connector, MBeanServerConnection connection)
           
 
Method Summary
 void close()
           
 MBeanServerConnection getMBeanServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsr160ConnectionWrapper

public Jsr160ConnectionWrapper(JMXConnector connector,
                               MBeanServerConnection connection)
Method Detail

getMBeanServer

public MBeanServerConnection getMBeanServer()
Specified by:
getMBeanServer in interface ConnectionWrapper
Returns:
Returns the connection.

close

public void close()
Specified by:
close in interface ConnectionWrapper


Copyright © 2009. All Rights Reserved.