org.red5.server.jmx
Class JMXUtil

java.lang.Object
  extended by org.red5.server.jmx.JMXUtil

public class JMXUtil
extends Object

Helper methods for working with ObjectName or MBean instances.

Author:
The Red5 Project ([email protected]), Paul Gregoire ([email protected])

Constructor Summary
JMXUtil()
           
 
Method Summary
static void printMBeanInfo(ObjectName objectName, String className)
           
static boolean registerNewMBean(Class clazz, Class interfaceClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXUtil

public JMXUtil()
Method Detail

printMBeanInfo

public static void printMBeanInfo(ObjectName objectName,
                                  String className)

registerNewMBean

public static boolean registerNewMBean(Class clazz,
                                       Class interfaceClass)


Copyright © 2006-2012 The Red5 Project