/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.passivation.interfaces; /** * Remote interface for RapidlyPassivatedEntity. */ public interface RapidlyPassivatedEntity extends javax.ejb.EJBObject { public java.lang.String getData( ) throws java.rmi.RemoteException; /** * Return the pk of the object returned by {@link EntityContext#getEJBLocalObject} */ public java.lang.Object getIdViaEJBLocalObject( ) throws java.rmi.RemoteException; /** * Return the pk of the object returned by {@link EntityContext#getEJBObject} */ public java.lang.Object getIdViaEJBObject( ) throws java.rmi.RemoteException; }