Listing 3: Generated remote source file

package com.tricomgroup.beans.v11.session.hello;

import java.rmi.*;
import javax.ejb.*;

public interface Hello extends EJBObject {
 public String sayHello(String name) throws RemoteException;
}
— End of Listing —