KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > interfaces > AllTypesEntityLocalHome


1 /*
2  * Generated by XDoclet - Do not edit!
3  */

4 package test.interfaces;
5
6 /**
7  * Local home interface for AllTypesEntity.
8  * @xdoclet-generated at 16-04-05
9  * @copyright The XDoclet Team
10  * @author XDoclet
11  * @version 1.2.3
12  */

13 public interface AllTypesEntityLocalHome
14    extends javax.ejb.EJBLocalHome JavaDoc
15 {
16    public static final String JavaDoc COMP_NAME="java:comp/env/ejb/AllTypesEntityLocal";
17    public static final String JavaDoc JNDI_NAME="test/LocalAllTypesEntity";
18
19    public test.interfaces.AllTypesEntityLocal create(boolean aBoolean , byte aByte , short aShort , char aChar , int anInt)
20       throws javax.ejb.CreateException JavaDoc;
21
22    public test.interfaces.AllTypesEntityLocal findByPrimaryKey(test.interfaces.AllTypesEntityPK pk)
23       throws javax.ejb.FinderException JavaDoc;
24
25 }
26
Popular Tags