KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > cmpdb > testCreateCMPBeansFromDB_ProductLocal


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

10 public interface ProductLocal extends EJBLocalObject JavaDoc, ProductLocalBusiness {
11     
12     
13 }
14
Popular Tags