| java.lang.Object | |
| ↳ | sun.rmi.server.LoaderHandler |
LoaderHandler provides the implementation of the static
methods of the java.rmi.server.RMIClassLoader class.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the class annotation (representing the location for
a class) that RMI will use to annotate the call stream when
marshalling objects of the given class.
| |||||||||||
Returns a classloader that loads classes from the given codebase URL
path.
| |||||||||||
Return the security context of the given class loader.
| |||||||||||
Load a class from a network location (one or more URLs),
but first try to resolve the named class through the given
"default loader".
| |||||||||||
Define and return a dynamic proxy class in a class loader with
URLs supplied in the given location.
| |||||||||||
Register a class loader as one whose classes should always be
annotated with the value of the "java.rmi.server.codebase" property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the class annotation (representing the location for a class) that RMI will use to annotate the call stream when marshalling objects of the given class.
Returns a classloader that loads classes from the given codebase URL path. The parent classloader of the returned classloader is the context class loader.
| MalformedURLException |
|---|
Return the security context of the given class loader.
Load a class from a network location (one or more URLs), but first try to resolve the named class through the given "default loader".
Define and return a dynamic proxy class in a class loader with URLs supplied in the given location. The proxy class will implement interface classes named by the given array of interface names.
Register a class loader as one whose classes should always be annotated with the value of the "java.rmi.server.codebase" property.