IBM User Guide for Java V7 on Windows > IBM SDK for Java > The ORB > Examples of client–server applications
Interfaces
The interfaces to be implemented are CORBA IDL and Java™ RMI.
The two interfaces are:
- CORBA IDL Interface (Sample.idl):
interface Sample { string message(); };- Java RMI Interface (Sample.java):
public interface Sample extends java.rmi.Remote { public String message() throws java.rmi.RemoteException; }
These two interfaces define the characteristics of the remote object. The remote object implements a method, named message. The method does not need any parameter, and it returns a string. For further information about IDL and its mapping to Java, see the OMG specifications (http://www.omg.org).
Parent: Examples of client–server applications
Error 404 - Not Found Error 404 - Not Found
The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.