| java.lang.Object org.objectweb.jonas.jtests.beans.ebasic.SimpleEC2 org.objectweb.jonas.jtests.beans.ebasic.SimpleEC org.objectweb.jonas.jtests.beans.ebasic.SimpleEB
SimpleEB | public class SimpleEB extends SimpleEC implements EntityBean(Code) | | This is an entity bean with "bean managed persistence". The state of an
instance is stored into a relational database.
The table must exist.
author: Philippe Durieux, Philippe Coq |
ejbCreate | public String ejbCreate(String name, int info, int num) throws CreateException(Code) | | |
ejbFindByName | public String ejbFindByName(String name) throws ObjectNotFoundException, FinderException(Code) | | is similar to ejbFindByTestName but try to access to TimerService and PK that should get
IllegalStateException.
|
ejbFindByPrimaryKey | public String ejbFindByPrimaryKey(String name) throws ObjectNotFoundException, FinderException(Code) | | |
ejbFindByTestName | public String ejbFindByTestName(String name) throws ObjectNotFoundException, FinderException(Code) | | |
ejbFindEqualOne | public Enumeration ejbFindEqualOne(int p1) throws FinderException(Code) | | |
ejbFindEqualTwo | public Enumeration ejbFindEqualTwo(int p1, int p2) throws FinderException(Code) | | |
ejbFindInCollection | public Collection ejbFindInCollection() throws FinderException(Code) | | |
ejbFindInfoForNum | public Enumeration ejbFindInfoForNum(int num) throws FinderException(Code) | | |
ejbFindInfo_beetwen | public Enumeration ejbFindInfo_beetwen(int p1, int p2) throws FinderException(Code) | | |
ejbFindOneByNum | public String ejbFindOneByNum(int numTest) throws ObjectNotFoundException, FinderException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPostCreate | public void ejbPostCreate(String name, int info, int num)(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbSelect | public void ejbSelect()(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
Fields inherited from org.objectweb.jonas.jtests.beans.ebasic.SimpleEC2 | protected EntityContext entityContext(Code)(Java Doc) protected static Logger logger(Code)(Java Doc)
|
|
|