Java Platform 1.2
Beta 4

Uses of Package
java.rmi

Packages that use java.rmi
java.rmi Provides the RMI package.  
java.rmi.activation Provides support for RMI Object Activation.  
java.rmi.dgc Provides classes and interface for RMI distributed garbage-collection (DGC).  
java.rmi.registry Provides a class and two interfaces for the RMI registry.  
java.rmi.server 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.  
 

Classes in java.rmi used by java.rmi
AlreadyBoundException
           
NotBoundException
           
Remote
          The Remote interface serves to identify all remote objects.
RemoteException
           
UnknownHostException
           
 

Classes in java.rmi used by java.rmi.activation
MarshalledObject
          A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
NoSuchObjectException
           
Remote
          The Remote interface serves to identify all remote objects.
RemoteException
           
 

Classes in java.rmi used by java.rmi.dgc
Remote
          The Remote interface serves to identify all remote objects.
RemoteException
           
 

Classes in java.rmi used by java.rmi.registry
AccessException
           
AlreadyBoundException
           
NotBoundException
           
Remote
          The Remote interface serves to identify all remote objects.
RemoteException
           
UnknownHostException
           
 

Classes in java.rmi used by java.rmi.server
NoSuchObjectException
           
Remote
          The Remote interface serves to identify all remote objects.
RemoteException
           
 


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.