1 package org.objectweb.jonas.jtests.beans.relation.lcp;2 3 import java.rmi.RemoteException ;4 5 6 public interface Session2 extends javax.ejb.EJBObject {7 8 public String getSimpleChildren(String id) throws RemoteException ;9 10 public String getChildParent(String id) throws RemoteException ;11 12 }13