uka.karmi.rmi
Interface Remote

All Known Subinterfaces:
Registry
All Known Implementing Classes:
RemoteObject, RemoteStub

public interface Remote

Interface for marking remote objects. A remote server implementation class must implement an interface that extends uka.karmi.rmi.Remote. Only methods declared in a remote interface can be accessed from other machines. All methods declared in a remote interface must declare uka.karmi.rmi.RemoteException to be thrown.

Author:
Bernhard Haumacher, Christian Nester
See Also:
RemoteException