Interface RmiExamples.GreetingService

All Superinterfaces:
Remote
Enclosing class:
RmiExamples

public static interface RmiExamples.GreetingService extends Remote
Remote contract. RMI methods declare RemoteException because network calls can fail even when the target Java method is simple.