1 3 package org.objectweb.jonas.jtests.beans.jca15; 4 5 import java.rmi.RemoteException ; 6 import javax.ejb.EJBObject ; 7 8 11 public interface InboundCA extends EJBObject { 12 public void method1(java.lang.String s,java.lang.String t) throws RemoteException ,Exception ; 13 public void closeUp(int w) throws RemoteException ; 14 public String getEIS_URL() throws RemoteException ,Exception ; 15 public boolean deliverMsg(String s) throws RemoteException ,Exception ; 16 17 } 18 | Popular Tags |