public interface LoaderHandler
Modifier and Type | Field and Description |
---|---|
static String |
packagePrefix
Deprecated.
For binary compatibility with the JDK, the string "sun.rmi.server".
|
Modifier and Type | Method and Description |
---|---|
Object |
getSecurityContext(ClassLoader loader)
Deprecated.
|
Class<?> |
loadClass(String name)
Deprecated.
|
Class<?> |
loadClass(URL codebase,
String name)
Deprecated.
|
static final String packagePrefix
Class<?> loadClass(String name) throws MalformedURLException, ClassNotFoundException
Class<?> loadClass(URL codebase, String name) throws MalformedURLException, ClassNotFoundException
Object getSecurityContext(ClassLoader loader)