public class RMIClassLoader extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getClassAnnotation(Class cl) |
static ClassLoader |
getClassLoader(String codebase) |
static Object |
getSecurityContext(ClassLoader loader)
Deprecated.
|
static Class |
loadClass(String name)
Deprecated.
|
static Class |
loadClass(String codebase,
String name) |
static Class |
loadClass(URL codebase,
String name) |
public static ClassLoader getClassLoader(String codebase) throws MalformedURLException, SecurityException
public static Object getSecurityContext(ClassLoader loader)
public static Class loadClass(String name) throws MalformedURLException, ClassNotFoundException
public static Class loadClass(String codebase, String name) throws MalformedURLException, ClassNotFoundException
public static Class loadClass(URL codebase, String name) throws MalformedURLException, ClassNotFoundException