org.exoplatform.container.jmx
Class Utils

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

public class Utils
extends java.lang.Object

Several utility functions for the JMX implementation

Version:
$Revision: 1.18 $

Constructor Summary
Utils()
           
 
Method Summary
static boolean arrayEquals(java.lang.Object[] arr1, java.lang.Object[] arr2)
           
static java.lang.Class loadClass(java.lang.ClassLoader loader, java.lang.String name)
           
static java.lang.Class[] loadClasses(java.lang.ClassLoader loader, java.lang.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 java.lang.Class loadClass(java.lang.ClassLoader loader,
                                        java.lang.String name)
                                 throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

loadClasses

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

Throws:
java.lang.ClassNotFoundException

arrayEquals

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


Copyright © 2012 eXo Platform SAS. All Rights Reserved.