Generated by
JDiff

Class java.rmi.server.RMIClassLoader

Documentation changed from old to new.

Added Methods
ClassLoader getClassLoader(String) Returns a class loader that loads classes from the given codebase URL path.
 

Changed Methods
String getClassAnnotation(Class) Documentation changed from old to new.
Returns the class annotation (representing the location for a class) that RMI will use to annotate the call stream when marshalling objects of the given class.
Object getSecurityContext(ClassLoader) Documentation changed from old to new.
no replacement.
Class loadClass(String) Documentation changed from old to new.
replaced by loadClass(String,String) method
Class loadClass(String, String) Documentation changed from old to new.
Loads a class from a codebase URL path.
Class loadClass(URL, String) Documentation changed from old to new.
Loads a class from a codebase URL.