JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Interface
java.rmi.Remote

Packages that use Remote
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. 
org.omg.stub.java.rmi Contains RMI-IIOP Stubs for the Remote types that occur in the java.rmi package. 
 

Uses of Remote in java.rmi.activation
 

Subinterfaces of Remote in java.rmi.activation
 interface ActivationInstantiator
          An ActivationInstantiator is responsible for creating instances of "activatable" objects.
 interface ActivationMonitor
          An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup (this is done internally).
 interface ActivationSystem
          The ActivationSystem provides a means for registering groups and "activatable" objects to be activated within those groups.
 interface Activator
          The Activator facilitates remote object activation.
 

Classes in java.rmi.activation that implement Remote
 class Activatable
          The Activatable class provides support for remote objects that require persistent access over time and that can be activated by the system.
 class ActivationGroup
          An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when either: its object's become active or inactive, or the group as a whole becomes inactive.
 class ActivationGroup_Stub
           
 

Uses of Remote in java.rmi.dgc
 

Subinterfaces of Remote in java.rmi.dgc
 interface DGC
          The DGC abstraction is used for the server side of the distributed garbage collection algorithm.
 

Uses of Remote in java.rmi.registry
 

Subinterfaces of Remote in java.rmi.registry
 interface Registry
          Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
 

Uses of Remote in java.rmi.server
 

Classes in java.rmi.server that implement Remote
 class RemoteObject
          The RemoteObject class implements the java.lang.Object behavior for remote objects.
 class RemoteServer
          The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.
 class RemoteStub
          The RemoteStub class is the common superclass to client stubs and provides the framework to support a wide range of remote reference semantics.
 class UnicastRemoteObject
          The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive.
 

Uses of Remote in org.omg.stub.java.rmi
 

Classes in org.omg.stub.java.rmi that implement Remote
 class _Remote_Stub
          This class provides the Stub for the Remote Type.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.