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