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