1 22 package org.jboss.ejb3.test.dd.web.interfaces; 23 24 import java.rmi.RemoteException ; 25 26 31 public interface StatelessSession 32 { 33 34 public String echo(String arg) throws RemoteException ; 35 36 38 public void noop(ReferenceTest test, boolean optimized) throws RemoteException ; 39 40 41 public String forward(String echoArg) throws RemoteException ; 42 43 44 public ReturnData getData() throws RemoteException ; 45 } 46 | Popular Tags |