| java.lang.Object org.objectweb.jonas.jtests.beans.ebasic.SimpleEC2
All known Subclasses: org.objectweb.jonas.jtests.beans.ebasic.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) | | |
logger | protected static Logger logger(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public String ejbCreate(String name, int info, int num) throws CreateException(Code) | | |
ejbHomeGlobalOpe | public void ejbHomeGlobalOpe() throws RemoteException(Code) | | Check the set of allowed operations
See EJB 2.1 spec - 12.1.6
|
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) | | |
loopBack | public boolean loopBack() throws RemoteException(Code) | | loop back on the same bean instance.
This is forbidden when bean is non reentrant.
true if test passed. throws: RemoteException - |
loopBackTx | public boolean loopBackTx() throws RemoteException(Code) | | loop back on the same bean instance.
This is forbidden when bean is non reentrant.
true if test passed. throws: RemoteException - |
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) | | |
|
|