KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > cmp2 > passivation > interfaces > RapidlyPassivatedEntityLocalHome


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

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

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