org.jboss.classloader.spi.jdk
Interface JDKChecker

All Known Implementing Classes:
AbstractJDKChecker

public interface JDKChecker

Used to check whether the classloading request is from the jdk

This is a hack because of broken behaviour by the JDKs where they assume they can load their own classes from any classloader.


Method Summary
 boolean isJDKRequest(String name)
          Check wether this is a request from the JDK
 

Method Detail

isJDKRequest

boolean isJDKRequest(String name)
Check wether this is a request from the JDK

Parameters:
name - the class name
Returns:
true when from the JDK


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