org.opennms.protocols.jmx.connectors
Class JBossConnectionWrapper

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

public class JBossConnectionWrapper
extends Object
implements ConnectionWrapper

JBossConnectionWrapper class.

Version:
$Id: $
Author:
ranger

Constructor Summary
JBossConnectionWrapper(MBeanServer mbeanServer)
          Constructor for JBossConnectionWrapper.
 
Method Summary
 void close()
          close
 MBeanServerConnection getMBeanServer()
          getMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossConnectionWrapper

public JBossConnectionWrapper(MBeanServer mbeanServer)

Constructor for JBossConnectionWrapper.

Parameters:
mbeanServer - a MBeanServer object.
Method Detail

close

public void close()

close

Specified by:
close in interface ConnectionWrapper

getMBeanServer

public MBeanServerConnection getMBeanServer()

getMBeanServer

Specified by:
getMBeanServer in interface ConnectionWrapper
Returns:
a MBeanServerConnection object.


Copyright © 2011. All Rights Reserved.