org.jboss.ejb3.interceptors.lang
Class BootstrapClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.jboss.ejb3.interceptors.lang.BootstrapClassLoader

public class BootstrapClassLoader
extends java.lang.ClassLoader

Only loads classes from the JDK bootstrap.

Version:
$Revision: 68486 $
Author:
Carlo de Wolf

Constructor Summary
BootstrapClassLoader()
           
 
Method Summary
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, 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
 

Constructor Detail

BootstrapClassLoader

public BootstrapClassLoader()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.