| java.lang.Object org.objectweb.jonas.jtests.beans.fbasic.SimpleEC2
All known Subclasses: org.objectweb.jonas.jtests.beans.fbasic.SimpleEC,
SimpleEC2 | abstract public class SimpleEC2 implements EntityBean(Code) | | This is an entity bean with "container managed persistence version 2.x".
The state of an instance is stored into a relational database.
The following table should exist :
ebasicSimpleEC2
c_testname varchar(30) primarey key
c_info integer
c_numtest integer
author: Philippe Coq, Philippe Durieux, Helene Joanin |
entityContext | protected EntityContext entityContext(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public String ejbCreate(String name, int info, int num) throws CreateException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(String name, int info, int num)(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getInfo | abstract public int getInfo()(Code) | | |
getNumTest | abstract public int getNumTest()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setInfo | abstract public void setInfo(int info)(Code) | | |
setNumTest | abstract public void setNumTest(int numtest)(Code) | | |
setTestName | abstract public void setTestName(String testname)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|