12.07.2015 Views

RPC, RMI and CORBA

RPC, RMI and CORBA

RPC, RMI and CORBA

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

package common;import java.rmi.Remote;import java.rmi.RemoteException;public interface Hello extends Remote {public String sayHello() throws RemoteException;}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!