Class Link<L,R>

java.lang.Object
java.lang.Thread
aQute.remote.util.Link<L,R>
Type Parameters:
R -
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable

public class Link<L,R> extends Thread implements Closeable
This is a simple RPC module that has a R and L interface. The R interface is implemented on the remote side. The methods on this subclass are then available remotely. I.e. this is a two way street. Void messages are asynchronous, other messages block to a reply.