Client Remote Interface
When the server needs to distribute messages to users, it does so by calling a method in the client’s remote interface.
public interface Chat extends Remote{ public void chatNotify ( Message m ) throws RE public String getName ( ) throws RE}