java.rmi.server
Interface LoaderHandler


Deprecated.

public interface LoaderHandler

Since:
1.1

Field Summary
static String packagePrefix
          Deprecated. For binary compatibility with the JDK, the string "sun.rmi.server".
 
Method Summary
 Object getSecurityContext(ClassLoader loader)
          Deprecated.  
 Class<?> loadClass(String name)
          Deprecated.  
 Class<?> loadClass(URL codebase, String name)
          Deprecated.  
 

Field Detail

packagePrefix

static final String packagePrefix
Deprecated. 
For binary compatibility with the JDK, the string "sun.rmi.server". Not actually used for anything.

See Also:
Constant Field Values
Method Detail

loadClass

Class<?> loadClass(String name)
                   throws MalformedURLException,
                          ClassNotFoundException
Deprecated. 

Throws:
MalformedURLException
ClassNotFoundException

loadClass

Class<?> loadClass(URL codebase,
                   String name)
                   throws MalformedURLException,
                          ClassNotFoundException
Deprecated. 

Throws:
MalformedURLException
ClassNotFoundException

getSecurityContext

Object getSecurityContext(ClassLoader loader)
Deprecated.