org.objectweb.jonas.jtests.beans.etype
Class EtypeBean

org.objectweb.jonas.jtests.beans.etype.EtypeBean

public abstract class EtypeBean

This class implements the common code of all the entities beans classes of the etype/* tests.

Author:
Helene Joanin Contributor(s):

Field Summary
protected  javax.ejb.EntityContext entityContext
           
protected static org.objectweb.util.monolog.api.Logger logger
           
 
Constructor Summary
EtypeBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 void unsetEntityContext()
           
 

Field Detail

logger

protected static org.objectweb.util.monolog.api.Logger logger

entityContext

protected javax.ejb.EntityContext entityContext
Constructor Detail

EtypeBean

public EtypeBean()
Method Detail

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)

unsetEntityContext

public void unsetEntityContext()

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

ejbLoad

public void ejbLoad()

ejbStore

public void ejbStore()

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException