tit.utility.LinkingClassLoader Class Reference

List of all members.

Public Member Functions

 LinkingClassLoader ()
 LinkingClassLoader (ClassLoader parent)
Class<?> loadClass (String name) throws ClassNotFoundException

Detailed Description

A class loader that links the loaded classes immediately.
Author:
Bart Sas


Constructor & Destructor Documentation

tit.utility.LinkingClassLoader.LinkingClassLoader (  ) 

Construcs a new LinkingClassLoader.

tit.utility.LinkingClassLoader.LinkingClassLoader ( ClassLoader  parent  ) 

Construcs a new LinkingClassLoader.

Parameters:
parent The parent class loader.


Member Function Documentation

Class<?> tit.utility.LinkingClassLoader.loadClass ( String  name  )  throws ClassNotFoundException

Loads the class with the specified binary name and links it. This method searches for classes in the same manner as the loadClass(String, boolean) method. It is invoked by the Java virtual machine to resolve class references. Invoking this method is equivalent to invoking loadClass(name, true).

Parameters:
name The binary name of the class.
Returns:
The resulting Class object.
Exceptions:
ClassNotFoundException Is thrown when the class was not found.


The documentation for this class was generated from the following file:
Generated on Sun Jun 3 16:44:02 2007 by  doxygen 1.5.1