3.9.1.1. Remotely Accessible Type Example

public interface Example extends Remote
{
    void printMessage (String message) throws RemoteException;
}