Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


javax.ide.util
Interface MetaClassAwareClassLoader


public interface MetaClassAwareClassLoader

A marker interface for a MetaClass "aware" ClassLoader implementation. If the ClassLoader used with MetaClass implements this interface, then MetaClass will delegate to the loadMetaClass(className) method instead of calling Class.forName()


Method Summary
 java.lang.Class loadMetaClass(java.lang.String className)
          Load the class identified by the given name

 

Method Detail

loadMetaClass

java.lang.Class loadMetaClass(java.lang.String className)
                              throws java.lang.ClassNotFoundException
Load the class identified by the given name
Parameters:
className -
Returns:
Throws:
java.lang.ClassNotFoundException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.