org.objectweb.jonas.jtests.beans.ebasic
Class E4QueryEC2
org.objectweb.jonas.jtests.beans.ebasic.E4QueryEC2
- public abstract class E4QueryEC2
This is an entity bean with "container managed persistence version 2.x".
The state of an instance is stored into a relational database.
- Author:
- Helene Joanin
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
E4QueryEC2
public E4QueryEC2()
getId
public abstract java.lang.String getId()
setId
public abstract void setId(java.lang.String s)
getFstring
public abstract java.lang.String getFstring()
setFstring
public abstract void setFstring(java.lang.String s)
getFint
public abstract int getFint()
setFint
public abstract void setFint(int i)
getFdouble
public abstract double getFdouble()
setFdouble
public abstract void setFdouble(double i)
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()
ejbCreate
public java.lang.String ejbCreate(java.lang.String id,
java.lang.String s,
int i,
double d)
throws javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(java.lang.String id,
java.lang.String s,
int i,
double d)