01: package roster; 02: 03: import javax.ejb.EJBLocalObject; 04: 05: /** 06: * This is the local interface for Roster enterprise bean. 07: */ 08: public interface RosterLocal extends EJBLocalObject, 09: RosterLocalBusiness { 10: 11: }