loadClass(String codebase, String name, ClassLoader defaultLoader) This method returns a reference to the loaded class using the thread
context class loader.
loadProxyClass(String codebase, String[] interfaces, ClassLoader defaultLoader) Load a proxy class to be used by RMI.
The reference to the required proxy class. Parameters: codeBase - The code base for this object. Parameters: interfaces - The interface array to be loaded.
This method returns the appropriate class loader for the specified code
base.
The reference to the required class loader. Parameters: codebase - The code base for the class loader. exception: MalformedURLException -
This method returns a reference to the loaded class using the thread
context class loader.
The class loaded from the appropriate class loader. Parameters: codebase - The code base to load from. Parameters: name - The name of the class to load. Parameters: defaultLoader - The loader that would have been used by the jvm exception: MalformedURLException - exception: ClassNotFoundException -
Load a proxy class to be used by RMI.
The reference to the required proxy class. Parameters: codeBase - The code base for this object. Parameters: interfaces - The interface array to be loaded. default The class loader that would have been used by the JVM. exception: MalformedURLException - exception: ClassNotFoundException -
Methods inherited from java.rmi.server.RMIClassLoaderSpi