1 22 package org.jboss.test.entity.interfaces; 23 24 import java.rmi.RemoteException ; 25 26 import javax.ejb.EJBObject ; 27 28 32 public interface EJBLoad 33 extends EJBObject  34 { 35 public String getName() throws RemoteException ; 36 public boolean wasEJBLoadCalled() throws RemoteException ; 37 public void noTransaction() throws RemoteException ; 38 } 39 40 | Popular Tags |