1 22 package org.jboss.test.naming.interfaces; 23 24 import java.rmi.RemoteException ; 25 26 import javax.ejb.EJBObject ; 27 28 33 public interface TestEjbLink extends EJBObject  34 { 35 40 public String testEjbLinkCaller(String jndiName) 41 throws RemoteException ; 42 47 public String testEjbLinkCallerLocal(String jndiName) 48 throws RemoteException ; 49 50 54 public String testEjbLinkCalled() 55 throws RemoteException ; 56 } 57 | Popular Tags |