org.exoplatform.container.jmx
Class Utils
java.lang.Object
org.exoplatform.container.jmx.Utils
public class Utils
- extends Object
Several utility functions for the JMX implementation
- Version:
- $Revision: 1.18 $
|
Constructor Summary |
Utils()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
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.