KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > cmp2 > cmrstress > interfaces > ParentLocalHome


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

4 package org.jboss.test.cmp2.cmrstress.interfaces;
5
6 /**
7  * Local home interface for Parent.
8  */

9 public interface ParentLocalHome
10    extends javax.ejb.EJBLocalHome JavaDoc
11 {
12    public static final String JavaDoc COMP_NAME="java:comp/env/ejb/ParentLocal";
13    public static final String JavaDoc JNDI_NAME="ParentLocal";
14
15    public org.jboss.test.cmp2.cmrstress.interfaces.ParentLocal findByPrimaryKey(java.lang.String JavaDoc pk)
16       throws javax.ejb.FinderException JavaDoc;
17
18 }
19
Popular Tags