KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

9 public interface RapidlyPassivatedEntityLocal
10    extends javax.ejb.EJBLocalObject JavaDoc
11 {
12
13    public java.lang.String JavaDoc getData( ) ;
14
15    /**
16     * Return the pk of the object returned by {@link EntityContext#getEJBLocalObject}
17     */

18    public java.lang.Object JavaDoc getIdViaEJBLocalObject( ) ;
19
20    /**
21     * Return the pk of the object returned by {@link EntityContext#getEJBObject}
22     */

23    public java.lang.Object JavaDoc getIdViaEJBObject( ) ;
24
25 }
26
Popular Tags