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
|
logger
protected static org.objectweb.util.monolog.api.Logger logger
entityContext
protected javax.ejb.EntityContext entityContext
PersonEC
public PersonEC()
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()