org.exoplatform.container.jmx
Class Utils

java.lang.Object
  extended by org.exoplatform.container.jmx.Utils

public class Utils
extends Object

Several utility functions for the JMX implementation

Version:
$Revision: 1.18 $

Constructor Summary
Utils()
           
 
Method Summary
static boolean arrayEquals(Object[] arr1, Object[] arr2)
           
static Class loadClass(ClassLoader loader, String name)
           
static Class[] loadClasses(ClassLoader loader, String[] names)
          Returns the classes whose names are specified by the names argument, loaded with the specified classloader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

loadClass

public static Class loadClass(ClassLoader loader,
                              String name)
                       throws ClassNotFoundException
Throws:
ClassNotFoundException

loadClasses

public static Class[] loadClasses(ClassLoader loader,
                                  String[] names)
                           throws ClassNotFoundException
Returns the classes whose names are specified by the names argument, loaded with the specified classloader.

Throws:
ClassNotFoundException

arrayEquals

public static boolean arrayEquals(Object[] arr1,
                                  Object[] arr2)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.