KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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