| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.ffolder.FileEC
FileEC | public class FileEC implements EntityBean(Code) | | Implementation for the bean FileEC.
author: Philippe Durieux |
ejbContext | EntityContext ejbContext(Code) | | |
checkEnv | void checkEnv(String method)(Code) | | Check environment variables
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | Persistent state has been loaded just before this method is invoked
by the container.
Must reinit here non persistent data.
|
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getCount | public int getCount()(Code) | | |
getP1Value | public int getP1Value()(Code) | | |
getP2Value | public int getP2Value()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | Called by the container after the instance has been created.
|
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|