3.5.1.2. Session Bean Remote Interface Example (EJB 2)
public interface ARemoteInterface extends javax.ejb.EJBObject
{
public void myMethodOne (int iArgument) throws RemoteException { ... }
public int myMethodTwo (Object oArgument) throws RemoteException { ... }
}