Java in a Nutshell Online Quick Reference for Java 1.1
INTERFACE java.rmi.Remote
Availability: JDK 1.1
public interface Remote {
}
- Extended By:
- 
DGC, 
Registry.
- Implemented By:
- 
RemoteObject.
- Passed To:
- 
Naming.bind(), 
Naming.rebind(), 
Registry.bind(), 
Registry.rebind(), 
ServerRef.exportObject(), 
Skeleton.dispatch(), 
UnicastRemoteObject.exportObject().
- Returned By:
- 
Naming.lookup(), 
Registry.lookup().
Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan.
Copyright © 1997 by O'Reilly & Associates.
Casa de Bender