GNU Classpath (0.95) | |
Frames | No Frames |
Methods which throw type java.net.MalformedURLException | |
void | Try to bind the given object to the given service name.
|
String[] | Lists all services at the named registry.
|
Remote | Looks for the remote object that is associated with the named service.
|
void | Forces the binding between the given Remote-object and the given service
name, even if there was already an object bound to this name.
|
void | Remove a binding for a given service name.
|
Methods which throw type java.net.MalformedURLException | |
URL | This method returns a URL with the file:
protocol that represents this file. |
Methods which throw type java.net.MalformedURLException | |
ClassLoader | Gets a classloader for the given codebase and with the current
context classloader as parent.
|
ClassLoader | |
Class> | |
Class> | |
Class> | |
Class> | |
Class> | |
Class> | |
Class> | Loads a class from codeBase .
|
Class> | |
Class> |
Constructors which throw type java.net.MalformedURLException | |
Creates a JarURLConnection from an URL object
| |
Initializes a URL from a complete string specification such as
"http://www.urbanophile.com/arenn/". | |
Constructs a URL and loads a protocol handler for the values passed as
arguments.
| |
This method initializes a new instance of URL with the
specified protocol, host, port, and file. | |
Constructs a URL and loads a protocol handler for the values passed in
as arugments. | |
This method parses a String representation of a URL within the
context of an existing URL. | |
Creates an URL from given arguments
This method parses a String representation of a URL within the
context of an existing URL. |
Methods which throw type java.net.MalformedURLException | |
URL | Creates an URL from an URI
|
GNU Classpath (0.95) |