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.
Modifier and Type | Field and Description |
---|---|
public static final String | packagePrefix
package of system |
Modifier and Type | Method and Description |
---|---|
public Object | Returns: the security contexta class loader from which to get the security context loader)
Deprecated
no replacement
Returns the security context of the given class loader. |
public Class | |
public Class |
packagePrefix | back to summary |
---|---|
public static final String packagePrefix package of system |
getSecurityContext | back to summary |
---|---|
public Object getSecurityContext(ClassLoader loader)
Deprecated no replacement Returns the security context of the given class loader.
|
loadClass | back to summary |
---|---|
public Class Deprecated no replacement Loads a class from the location specified by the
|
loadClass | back to summary |
---|---|
public Class Deprecated no replacement Loads a class from a URL.
|