API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. LoaderHandler View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
1.19, 11/17/05
Serial
Hierarchy
 LoaderHandler
Subinterfaces
Description
@Deprecated
public interface LoaderHandler
  LoaderHandler is an interface used internally by the RMI runtime in previous implementation versions.
See also:   
Methods
Hide/Show inherited methods
@Deprecated
public Object getSecurityContext (ClassLoader loader)
  Returns the security context of the given class loader.
@Deprecated
public Class<Object> loadClass (String name) throws MalformedURLException ClassNotFoundException
  Loads a class from the location specified by the java.rmi.server.codebase property.
@Deprecated
public Class<Object> loadClass (URL codebase, String name) throws MalformedURLException ClassNotFoundException
  Loads a class from a URL.
Fields
Hide/Show inherited fields
publicfinalstatic String packagePrefix = "sun.rmi.server"
package of system LoaderHandler implementation.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar