Interface Remote

All Known Subinterfaces:
Registry, RemoteLookup
All Known Implementing Classes:
DefaultRegistry

public interface Remote
Interface for remote objects.

Remote objects are not serializable, but their methods can be invoked from another JVM via the Tentackle Remote Invocation Protocol (TRIP).
The methods must be defined in interfaces extending Remote.

The implementations of those interfaces can optionally be annotated with RemoteService to be found by TripFactory.findRemoteImplementation(Class).