Java PrimerRMI Over IIOPWhen the Java and CORBA Worlds Collide
- By Salih Ergül
- May 13, 2000
Java Primer
RMI Over IIOP
When the Java and CORBA Worlds Collide
Salih Ergül
Listing 2. Sample implementation of InternetFax interface.
package fax.iiop;
import javax.rmi.PortableRemoteObject;
public class CanonInternetFax extends
PortableRemoteObject implements InternetFax {
// Implement your class here
}