Added Methods |
RMIClassLoaderSpi getDefaultProviderInstance()
|
Returns the canonical instance of the default provider for the service provider interface RMIClassLoaderSpi If the system property java.rmi.server.RMIClassLoaderSpi is not defined then the RMIClassLoader static methods - {@link #loadClass(URL String)}
- {@link #loadClass(String String)}
- {@link #loadClass(String String ClassLoader)}
- {@link #loadProxyClass(String String[] ClassLoader)}
- {@link #getClassLoader(String)}
- {@link #getClassAnnotation(Class)}
will use the canonical instance of the default provider as the service provider instance. |
Class loadClass(String, String, ClassLoader)
|
Loads a class from a codebase URL path optionally using the supplied loader. |
Class loadClass(URL, String)
|
Loads a class from a codebase URL. |
Class loadProxyClass(String, String[], ClassLoader)
|
Loads a dynamic proxy class (see tha implements a set of interfaces with the given names from a codebase URL path. |
Changed Methods |
String getClassAnnotation(Class )
|
Documentation changed from old to new. |
Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class. |
ClassLoader getClassLoader(String )
|
Documentation changed from old to new. |
Returns a class loader that loads classes from the given codebase URL path. |
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. |