| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassRealmRequest
Describes the requirements for a new class realm.
| Nested Class Summary | |
|---|---|
| static class | ClassRealmRequest.RealmTypeThe type of a class realm. | 
| Method Summary | |
|---|---|
|  List<ClassRealmConstituent> | getConstituents()Gets the constituents for the class realm. | 
|  Map<String,ClassLoader> | getForeignImports()Gets the packages/types to import from foreign realms. | 
|  List<String> | getImports()Deprecated. Use getParentImports()instead. | 
|  ClassLoader | getParent()Gets the parent class realm (if any). | 
|  List<String> | getParentImports()Gets the packages/types to import from the parent realm. | 
|  ClassRealmRequest.RealmType | getType()Gets the type of the class realm. | 
| Method Detail | 
|---|
ClassRealmRequest.RealmType getType()
null.ClassLoader getParent()
null if using the default parent.@Deprecated List<String> getImports()
getParentImports() instead.
List<String> getParentImports()
null.Map<String,ClassLoader> getForeignImports()
null.List<ClassRealmConstituent> getConstituents()
null.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||