com.orientechnologies.jdo
Class oDynaClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byjava.security.SecureClassLoader
          extended byjava.net.URLClassLoader
              extended bycom.orientechnologies.jdo.oDynaClassLoader

public class oDynaClassLoader
extends java.net.URLClassLoader

Title: Orient Explorer

Description: Orient explorer visual tool

Copyright: Copyright (c) 2002

Company: Orient Technologies


Method Summary
 void addUrl(java.lang.String iClassPath)
           
protected  java.lang.Class findClass(java.lang.String iClassName)
          Method invoked by loadClass default implementation.
static oDynaClassLoader getInstance()
           
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addUrl

public void addUrl(java.lang.String iClassPath)
            throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

findClass

protected java.lang.Class findClass(java.lang.String iClassName)
                             throws java.lang.ClassNotFoundException
Method invoked by loadClass default implementation. Future implementation should check if classes are byte-code enhanced. If not enhance prior to loading.

Throws:
java.lang.ClassNotFoundException

getInstance

public static oDynaClassLoader getInstance()