01: package roster; 02: 03: import javax.ejb.EJBObject; 04: 05: /** 06: * This is the remote interface for RosterBean enterprise bean. 07: */ 08: public interface RosterRemote extends EJBObject, RosterRemoteBusiness { 09: 10: }