01: package org.objectweb.jonas.jtests.beans.relation.lcp; 02: 03: import java.rmi.RemoteException; 04: 05: public interface Session2 extends javax.ejb.EJBObject { 06: 07: public String getSimpleChildren(String id) throws RemoteException; 08: 09: public String getChildParent(String id) throws RemoteException; 10: 11: }