|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealClassLoader
RealClassLoader.
A tagging interface for RealClassLoaders
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.util.loading.Translatable |
---|
getResourceLocally |
Method Detail |
---|
ObjectName getObjectName()
boolean isValid()
Class<?> getCachedClass(String name)
name
- the class name
URL getCachedResource(String name)
name
- the name of the resource
void clearBlackList(String name)
name
- the name of the resource to clear from the blackList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |