ibis.rmi
Interface Remote

All Known Subinterfaces:
Registry
All Known Implementing Classes:
RemoteObject

public interface Remote

The Remote interface serves to identify interfaces whose methods may be remotely invoked. Any remote object must implement this interface. Only methods specified in an interface that extends ibis.rmi.Remote are available remotely.




The Ibis project