org.objectweb.jonas.jtests.beans.folder
Class PaperEC

org.objectweb.jonas.jtests.beans.folder.PaperEC

public class PaperEC

Implementation for the bean PaperEC.

Author:
Philippe Durieux, Philippe Coq

Field Summary
protected static org.objectweb.util.monolog.api.Logger logger
           
 java.lang.String name
           
 int value
           
 
Constructor Summary
PaperEC()
           
 
Method Summary
 void ejbActivate()
           
 java.lang.String ejbCreate(java.lang.String name)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 java.lang.String ejbPostCreate(java.lang.String name)
           
 void ejbRemove()
           
 void ejbStore()
           
 java.lang.String getName()
           
 int getValue()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 void setValue(int v)
           
 void unsetEntityContext()
           
 

Field Detail

logger

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

name

public java.lang.String name

value

public int value
Constructor Detail

PaperEC

public PaperEC()
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

ejbCreate

public java.lang.String ejbCreate(java.lang.String name)
                           throws javax.ejb.CreateException

ejbPostCreate

public java.lang.String ejbPostCreate(java.lang.String name)
                               throws javax.ejb.CreateException

getName

public java.lang.String getName()

getValue

public int getValue()

setValue

public void setValue(int v)