|
|||||||||
| 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 | |
|---|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||