Interface ClassRealm
- All Known Implementing Classes:
- ClassRealmAdapter,- DefaultClassRealm
Deprecated.
Autonomous sub-portion of a ClassWorld.
This class most closed maps to the ClassLoader
 role from Java and in facts can provide a ClassLoader
 view of itself using getClassLoader().
- Author:
- bob mcwhirter, Jason van Zyl
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddConstituent(URL constituent) Deprecated.Deprecated.voiddisplay()Deprecated.findResources(String name) Deprecated.Deprecated.URL[]Deprecated.getId()Deprecated.Deprecated.getResource(String name) Deprecated.getResourceAsStream(String name) Deprecated.getWorld()Deprecated.voidimportFrom(String realmId, String pkgName) Deprecated.Deprecated.locateSourceRealm(String className) Deprecated.voidsetParent(ClassRealm classRealm) Deprecated.
- 
Method Details- 
getIdString getId()Deprecated.
- 
getWorldClassWorld getWorld()Deprecated.
- 
importFromDeprecated.- Throws:
- NoSuchRealmException
 
- 
addConstituentDeprecated.
- 
locateSourceRealmDeprecated.
- 
setParentDeprecated.
- 
createChildRealmDeprecated.- Throws:
- DuplicateRealmException
 
- 
getClassLoaderClassLoader getClassLoader()Deprecated.
- 
getParentClassRealm getParent()Deprecated.
- 
getConstituentsURL[] getConstituents()Deprecated.
- 
loadClassDeprecated.- Throws:
- ClassNotFoundException
 
- 
getResource
- 
findResources
- 
getResourceAsStreamDeprecated.
- 
displayvoid display()Deprecated.
 
-