Save This Page
Home » openjdk-7 » java » rmi » server » [javadoc | source]
java.rmi.server
public interface: LoaderHandler [javadoc | source] Deprecated! no - replacement

LoaderHandler is an interface used internally by the RMI runtime in previous implementation versions. It should never be accessed by application code.
Field Summary
static final  String packagePrefix    package of system LoaderHandler implementation. 
Method from java.rmi.server.LoaderHandler Summary:
getSecurityContext,   loadClass,   loadClass
Method from java.rmi.server.LoaderHandler Detail:
 public Object getSecurityContext(ClassLoader loader)Deprecated! no -  replacement

      Deprecated!
    Returns the security context of the given class loader.
 public Class loadClass(String name) throws MalformedURLException, ClassNotFoundExceptionDeprecated! no -  replacement

      Deprecated!
    Loads a class from the location specified by the java.rmi.server.codebase property.
 public Class loadClass(URL codebase,
    String name) throws MalformedURLException, ClassNotFoundExceptionDeprecated! no -  replacement

      Deprecated!
    Loads a class from a URL.