Java PrimerRMI Over IIOPWhen the Java and CORBA Worlds Collide

Java Primer
RMI Over IIOP
When the Java and CORBA Worlds Collide

Salih Ergül
Listing 5. CanonInternetFax does not extend either PortableRemoteObject or UnicastRemoteObject.

package fax.dual;

public class CanonInternetFax implements InternetFax {

  // Implement your class here

}