| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MalformedURLException | |
| java.io | |
| java.net | |
| java.rmi | |
| java.rmi.server | |
| Uses of MalformedURLException in java.io | 
| Methods in java.io that throw MalformedURLException | |
 URL | 
File.toURL()
Converts this abstract pathname into a file: URL. | 
| Uses of MalformedURLException in java.net | 
| Constructors in java.net that throw MalformedURLException | |
JarURLConnection(URL url)
Creates the new JarURLConnection to the specified URL.  | 
|
URL(String protocol,
    String host,
    int port,
    String file)
Creates a URL object from the specified 
 protocol, host, port 
 number, and file. | 
|
URL(String protocol,
    String host,
    String file)
Creates a URL from the specified protocol 
 name, host name, and file name. | 
|
URL(String protocol,
    String host,
    int port,
    String file,
    URLStreamHandler handler)
Creates a URL object from the specified 
 protocol, host, port 
 number, file, and handler. | 
|
URL(String spec)
Creates a URL object from the String 
 representation. | 
|
URL(URL context,
    String spec)
Creates a URL by parsing the given spec within a specified context.  | 
|
URL(URL context,
    String spec,
    URLStreamHandler handler)
Creates a URL by parsing the given spec with the specified handler within a specified context.  | 
|
| Uses of MalformedURLException in java.rmi | 
| Methods in java.rmi that throw MalformedURLException | |
static Remote | 
Naming.lookup(String name)
Returns a reference, a stub, for the remote object associated with the specified name. | 
static void | 
Naming.bind(String name,
     Remote obj)
Binds the specified name to a remote object. | 
static void | 
Naming.unbind(String name)
Destroys the binding for the specified name that is associated with a remote object.  | 
static void | 
Naming.rebind(String name,
       Remote obj)
Rebinds the specified name to a new remote object.  | 
static String[] | 
Naming.list(String name)
Returns an array of the names bound in the registry.  | 
| Uses of MalformedURLException in java.rmi.server | 
| Methods in java.rmi.server that throw MalformedURLException | |
static Class | 
RMIClassLoader.loadClass(String name)
Deprecated. replaced by loadClass(String,String) method | 
static Class | 
RMIClassLoader.loadClass(URL codebase,
          String name)
Loads a class from a codebase URL.  | 
static Class | 
RMIClassLoader.loadClass(String codebase,
          String name)
Loads a class from a codebase URL path.  | 
static ClassLoader | 
RMIClassLoader.getClassLoader(String codebase)
Returns a class loader that loads classes from the given codebase URL path.  | 
 Class | 
LoaderHandler.loadClass(String name)
Deprecated. no replacement  | 
 Class | 
LoaderHandler.loadClass(URL codebase,
          String name)
Deprecated. no replacement  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.