|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A filter interface, used in deciding if a class should be loaded by this class loader.
Field Summary | |
static int |
CAN_LOAD
Value returned to indicate that the class can be loaded by this class loader. |
static int |
DONT_LOAD
Value returned to indicate that the class should not be loaded by this class loader. |
static int |
MUST_LOAD
Value returned to indicate that the class must loaded by this class loader. |
static int |
NORMAL_LOAD
Value returned to indicate that we don't care, other filters maybe checked. |
Method Summary | |
int |
loadCheck(java.lang.String className)
Check if a class should be loaded by this class loader. |
Field Detail |
public static final int NORMAL_LOAD
public static final int DONT_LOAD
public static final int CAN_LOAD
public static final int MUST_LOAD
Method Detail |
public int loadCheck(java.lang.String className)
className
- the class being loaded.
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |