| java.lang.Object org.objectweb.jonas.jtests.beans.sequence.WoEC2
WoEC2 | abstract public class WoEC2 implements EntityBean(Code) | | |
entityContext | protected EntityContext entityContext(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public Integer ejbCreate(String assId, int qty) throws CreateException(Code) | | Constructs the WorkOrder object
Parameters: assId - Parameters: qty - Original qty |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(String assemblyId, int origQty) throws CreateException(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getQty | abstract public int getQty()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext entityContext)(Code) | | |
setQty | abstract public void setQty(int qty)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|