This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Interface Summary |
LoaderHandler |
LoaderHandler is an interface used internally by the RMI
runtime in previous implementation versions. |
RemoteCall |
RemoteCall is an abstraction used solely by the RMI runtime
(in conjunction with stubs and skeletons of remote objects) to carry out a
call to a remote object. |
RemoteRef |
RemoteRef represents the handle for a remote object. |
RMIClientSocketFactory |
An RMIClientSocketFactory instance is used by the RMI runtime
in order to obtain client sockets for RMI calls. |
RMIFailureHandler |
An RMIFailureHandler can be registered via the
RMISocketFactory.setFailureHandler call. |
RMIServerSocketFactory |
An RMIServerSocketFactory instance is used by the RMI runtime
in order to obtain server sockets for RMI calls. |
ServerRef |
A ServerRef represents the server-side handle for a remote object
implementation. |
Skeleton |
The Skeleton interface is used solely by the RMI
implementation. |
Unreferenced |
A remote object implementation should implement the
Unreferenced interface to receive notification when there are
no more clients that reference that remote object. |
Class Summary |
LogStream |
LogStream provides a mechanism for logging errors that are
of possible interest to those monitoring a system. |
ObjID |
An ObjID is used to identify a remote object exported
to an RMI runtime. |
Operation |
An Operation contains a description of a Java method. |
RemoteObject |
The RemoteObject class implements the
java.lang.Object behavior for remote objects. |
RemoteObjectInvocationHandler |
An implementation of the InvocationHandler interface for
use with Java Remote Method Invocation (Java RMI). |
RemoteServer |
The RemoteServer class is the common superclass to server
implementations and provides the framework to support a wide range
of remote reference semantics. |
RemoteStub |
The RemoteStub class is the common superclass to client
stubs and provides the framework to support a wide range of remote
reference semantics. |
RMIClassLoader |
RMIClassLoader comprises static methods to support
dynamic class loading with RMI. |
RMIClassLoaderSpi |
RMIClassLoaderSpi is the service provider interface for
RMIClassLoader . |
RMISocketFactory |
An RMISocketFactory instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. |
UID |
A UID represents an identifier that is unique over time
with respect to the host it is generated on, or one of 216
"well-known" identifiers. |
UnicastRemoteObject |
Used for exporting a remote object with JRMP and obtaining a stub
that communicates to the remote object. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.