- All Superinterfaces:
- java.rmi.Remote
public interface RemoteObject
extends java.rmi.Remote
Very simple wrapper around basic Java RMI functions for simpler interface.
Extend this interface and specify which methods from an ExportedObject will
be exported. All methods defined here must throw java.rmi.RemoteException.
- Author:
- Rob Rua (robrua@alumni.cmu.edu)