org.objectweb.jonas.jtests.beans.inherit
Class UserEC
org.objectweb.jonas.jtests.beans.inherit.UserEC
- Direct Known Subclasses:
- DerivedUserEC
- public class UserEC
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
UserEC
public UserEC()
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()
getData
public java.lang.String getData()