1 2 package test;3 4 import javax.ejb.EJBObject ;5 6 7 /**8 * This is the remote interface for EntityA enterprise bean.9 */10 public interface EntityARemote extends EJBObject , EntityARemoteBusiness {11 12 13 }14