org.objectweb.jonas.jtests.beans.inherit
Class PersonEC

org.objectweb.jonas.jtests.beans.inherit.PersonEC

public class PersonEC


Field Summary
protected  javax.ejb.EntityContext entityContext
           
protected static org.objectweb.util.monolog.api.Logger logger
           
 
Constructor Summary
PersonEC()
           
 
Method Summary
 void ejbActivate()
           
 IdPK ejbCreate(int val_id, java.lang.String val_name)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(int val_id, java.lang.String val_name)
           
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 void unsetEntityContext()
           
 

Field Detail

logger

protected static org.objectweb.util.monolog.api.Logger logger

entityContext

protected javax.ejb.EntityContext entityContext
Constructor Detail

PersonEC

public PersonEC()
Method Detail

ejbCreate

public IdPK ejbCreate(int val_id,
                      java.lang.String val_name)
               throws javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(int val_id,
                          java.lang.String val_name)

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

ejbLoad

public void ejbLoad()

ejbStore

public void ejbStore()

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)

unsetEntityContext

public void unsetEntityContext()