Java Platform 1.2
Beta 4

Package java.rmi.server

Interface Summary
LoaderHandler Deprecated. No replacement
RemoteCall RemoteCall is an abstraction used solely by the implementation (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 Used solely by the implementation.
Unreferenced A remote object should implement this interface to receive notification when there are no more remote references to it.
 

Class Summary
LogStream LogStream presents a mechanism for logging errors that are of possible interest to those monitoring the system.
ObjID The class ObjID is used to identify remote objects uniquely in a VM over time.
Operation Operation holds a description of a Java method.
RemoteObject The RemoteObject class implements the java.lang.
RemoteServer The RemoteServer class is the common superclass to all server implementations and provides the framework to support a wide range of remote reference semantics.
RemoteStub The RemoteStub class is the common superclass to all client stubs and provides the framework to support a wide range of remote reference semantics.
RMIClassLoader RMIClassLoader provides static methods for loading classes from a network location (one or more URLs) and obtaining the location from which an existing class can be loaded.
RMISocketFactory An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.
UID Abstraction for creating identifiers that are unique with respect to the the host on which it is generated.
UnicastRemoteObject The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive.
 

Exception Summary
ExportException  
ServerCloneException  
ServerNotActiveException  
SkeletonMismatchException This exception is thrown when a call is received that does not match the available skeleton.
SkeletonNotFoundException  
SocketSecurityException  
 

Package java.rmi.server Description

Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler. Another group of classes implements the RMI Transport protocol and HTTP tunneling.


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.