| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.java.lang.AdaptiveClassLoader.ClassCacheEntry
Private class used to maintain information about the classes that we loaded.
| Field Summary | |
| (package private)  long | lastModifiedThe time at which the class was loaded from the origin file, in ms since the epoch. | 
| (package private)  java.lang.Class | loadedClassThe actual loaded class | 
| (package private)  java.io.File | originThe file from which this class was loaded; or null if it was loaded from the system. | 
| Constructor Summary | |
| (package private) | AdaptiveClassLoader.ClassCacheEntry() | 
| Method Summary | |
|  boolean | isSystemClass()Check whether this class was loaded from the system. | 
| Methods inherited from class java.lang.Object | 
|  | 
| Field Detail | 
java.lang.Class loadedClass
java.io.File origin
long lastModified
| Constructor Detail | 
AdaptiveClassLoader.ClassCacheEntry()
| Method Detail | 
public boolean isSystemClass()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||