KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > cmp2 > idxandusersql > ejb > CMR1LocalHome


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

4 package org.jboss.test.cmp2.idxandusersql.ejb;
5
6 /**
7  * Local home interface for CMR1.
8  */

9 public interface CMR1LocalHome
10    extends javax.ejb.EJBLocalHome JavaDoc
11 {
12    public static final String JavaDoc COMP_NAME="java:comp/env/ejb/CMR1Local";
13    public static final String JavaDoc JNDI_NAME="CMR1Local";
14
15    public org.jboss.test.cmp2.idxandusersql.ejb.CMR1Local create()
16       throws javax.ejb.CreateException JavaDoc;
17
18    public org.jboss.test.cmp2.idxandusersql.ejb.CMR1Local findByPrimaryKey(java.lang.String JavaDoc pk)
19       throws javax.ejb.FinderException JavaDoc;
20
21 }
22
Popular Tags