1 2 package roster;3 4 import javax.ejb.EJBObject ;5 6 7 /**8 * This is the remote interface for RosterBean enterprise bean.9 */10 public interface RosterRemote extends EJBObject , RosterRemoteBusiness {11 12 }13