SMILA (incubation) API documentation

org.eclipse.smila.management.jmx
Class ClassHelper

java.lang.Object
  extended by org.eclipse.smila.management.jmx.ClassHelper

public final class ClassHelper
extends java.lang.Object

The Class ClassHelper.


Field Summary
static java.lang.Object[] EMPTY_PARAMS
          The Constant EMPTY_PARAMS.
static java.lang.String[] EMPTY_SIGNATURE
          The Constant EMPTY_SIGNATURE.
 
Method Summary
static java.lang.Class searchClass(java.lang.String className)
          Search class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_SIGNATURE

public static final java.lang.String[] EMPTY_SIGNATURE
The Constant EMPTY_SIGNATURE.


EMPTY_PARAMS

public static final java.lang.Object[] EMPTY_PARAMS
The Constant EMPTY_PARAMS.

Method Detail

searchClass

public static java.lang.Class searchClass(java.lang.String className)
                                   throws javax.management.ReflectionException
Search class.

Parameters:
className - the class name
Returns:
the class
Throws:
javax.management.ReflectionException - the reflection exception

SMILA (incubation) API documentation