KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > team > PlayerLocal


1
2 package team;
3
4 import javax.ejb.EJBLocalObject JavaDoc;
5
6
7 /**
8  * This is the local interface for Player enterprise bean.
9  */

10 public interface PlayerLocal extends EJBLocalObject JavaDoc, PlayerLocalBusiness {
11     
12     
13 }
14
Popular Tags