| java.lang.Object org.objectweb.jonas.jtests.beans.relation.family.PeopleEC2
PeopleEC2 | abstract public class PeopleEC2 implements javax.ejb.EntityBean(Code) | | Bean implementation. This is an example of bean with relation between
instances of the same bean. Each instance represents a people, the PK
is the name, and he may have a mother, a father, and a spouse.
author: Philippe Durieux |
brotherSisterOf | public boolean brotherSisterOf(String c) throws RemoteException(Code) | | true if is brother or sister with other People Parameters: c - name of the other people. |
checkEnv | void checkEnv(String method)(Code) | | Check environment variables
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws javax.ejb.RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
myChildren | public Collection myChildren() throws RemoteException(Code) | | Retrieve my children, as a Collection of Remote Objects.
Mainly convert Local objects to Remote Objects.
|
myFather | public People myFather() throws RemoteException(Code) | | Retrieve my Father, as a Remote Object.
Mainly convert Local object to Remote Object.
|
myMother | public People myMother() throws RemoteException(Code) | | Retrieve my Mother, as a Remote Object.
Mainly convert Local object to Remote Object.
|
setEntityContext | public void setEntityContext(javax.ejb.EntityContext ctx)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|