com.prosyst.mbs.framework.classloader
Interface ClassProvider
public interface ClassProvider
|
Field Summary |
static java.lang.Object |
SYNCH
|
SYNCH
static final java.lang.Object SYNCH
loadClass0
java.lang.Class loadClass0(java.lang.String name,
boolean resolve)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
loadOwnClass
java.lang.Class loadOwnClass(java.lang.String name,
boolean resolve)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
findSystemClassP
java.lang.Class findSystemClassP(java.lang.String name)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
getClassLoader
java.lang.ClassLoader getClassLoader()
unload
void unload()
printLoader
void printLoader(boolean clear,
int offset)
clear
boolean clear()
getBundle
Bundle getBundle()
Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved