lima.distribution
Interface Client

All Known Implementing Classes:
ClientImp, TestCL

public interface Client

Client is the interface by which a server can monitor and track clients. A client object must implement a sane equals and hashcode methods.
Is this still used anywhere? RemoteServer.getClient() is a good alternative.