1 25 26 package org.objectweb.jonas.jtests.beans.relation.omb; 27 28 import java.rmi.RemoteException ; 29 30 import javax.ejb.EJBObject ; 31 32 35 public interface Front extends EJBObject { 36 public void method1() throws RemoteException ; 37 public void method2(java.lang.String s) throws RemoteException ; 38 public void testRemove1() throws RemoteException ; 39 public void testSetCmrWithDeleted() throws RemoteException ; 40 public void testSetCmrWithWrongType() throws RemoteException ; 41 } 42 | Popular Tags |