2.17.1.1. Remotely Accessible Type Example

public interface Example extends Remote {
    void printString (String text) throws RemoteException;
}