KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

25    public java.lang.Object JavaDoc getIdViaEJBObject( )
26       throws java.rmi.RemoteException JavaDoc;
27
28 }
29
Popular Tags