| Package | Description |
|---|---|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| java.net |
Provides the classes for implementing networking applications.
|
| java.rmi |
Provides the RMI package.
|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| javax.management.remote |
Interfaces for remote access to JMX MBean servers.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
File.toURL()
|
| Modifier and Type | Method and Description |
|---|---|
URL |
URI.toURL()
Constructs a URL from this URI.
|
| Constructor and Description | |
|---|---|
JarURLConnection(URL
Creates the new JarURLConnection to the specified URL.
|
|
URL(String
Creates a
URL object from the
String representation.
|
|
URL(String
Creates a
URL object from the specified
protocol,
host,
port number, and
file.
|
|
URL(String
Creates a
URL object from the specified
protocol,
host,
port number,
file, and
handler.
|
|
URL(String
Creates a URL from the specified
protocol name,
host name, and
file name.
|
|
URL(URL
Creates a URL by parsing the given spec within a specified context.
|
|
URL(URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Naming.bind(String
Binds the specified
name to a remote object.
|
static String |
Naming.list(String
Returns an array of the names bound in the registry.
|
static Remote |
Naming.lookup(String
Returns a reference, a stub, for the remote object associated with the specified
name.
|
static void |
Naming.rebind(String
Rebinds the specified name to a new remote object.
|
static void |
Naming.unbind(String
Destroys the binding for the specified name that is associated with a remote object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ClassLoader |
RMIClassLoaderSpi.getClassLoader(String
Provides the implementation for
RMIClassLoader.
|
static ClassLoader |
RMIClassLoader.getClassLoader(String
Returns a class loader that loads classes from the given codebase URL path.
|
Class |
LoaderHandler.loadClass(String
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(String
Deprecated.
replaced by
loadClass(String,String) method
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path.
|
abstract Class |
RMIClassLoaderSpi.loadClass(String
Provides the implementation for
RMIClassLoader,
RMIClassLoader, and
RMIClassLoader.
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path, optionally using the supplied loader.
|
Class |
LoaderHandler.loadClass(URL
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(URL
Loads a class from a codebase URL.
|
abstract Class |
RMIClassLoaderSpi.loadProxyClass(String
Provides the implementation for
RMIClassLoader.
|
static Class |
RMIClassLoader.loadProxyClass(String
Loads a dynamic proxy class (see
Proxy) that implements a set of interfaces with the given names from a codebase URL path.
|
| Constructor and Description | |
|---|---|
JMXServiceURL(String
Constructs a
JMXServiceURL by parsing a Service URL string.
|
|
JMXServiceURL(String
Constructs a
JMXServiceURL with the given protocol, host, and port.
|
|
JMXServiceURL(String
Constructs a
JMXServiceURL with the given parts.
|