public interface RealClassLoader
extends org.jboss.util.loading.Translatable
A tagging interface for RealClassLoaders
Modifier and Type | Method and Description |
---|---|
void |
clearBlackList(String name)
Cleans the entry with the given name from the blackList
|
Class<?> |
getCachedClass(String name)
Check the cache to see if the class is already loaded
|
URL |
getCachedResource(String name)
Check the cache to see if the resource is already loaded
|
ObjectName |
getObjectName()
Get the object name for this classloader
|
boolean |
isValid()
Whether the classloader is valid
|
ObjectName getObjectName()
boolean isValid()
Class<?> getCachedClass(String name)
name
- the class nameURL getCachedResource(String name)
name
- the name of the resourcevoid clearBlackList(String name)
name
- the name of the resource to clear from the blackListCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.