| |
|
| java.lang.Object org.objectweb.haTransactions.ejb.HaTransactionSLR
HaTransactionSLR | abstract public class HaTransactionSLR implements javax.ejb.EntityBean(Code) | | Implementation of the entity bean
author: goebelg |
ejbActivate | public void ejbActivate()(Code) | | Activation of the ejb
|
ejbCreate | public Object ejbCreate(String txid) throws CreateException(Code) | | Creation of the entity bean
Parameters: txid - the primary key -> date.getTime() as string of creation the entity bean throws: CreateException - CreateException |
ejbLoad | public void ejbLoad()(Code) | | ejbLoad
|
ejbPassivate | public void ejbPassivate()(Code) | | Passivate the ejb
|
ejbPostCreate | public void ejbPostCreate(String txid)(Code) | | Post create methode invoked after create methode
Parameters: number - the pk of the entity bean |
ejbRemove | public void ejbRemove()(Code) | | Removes the ejb
|
ejbStore | public void ejbStore()(Code) | | ejbStore
|
getTxid | abstract public String getTxid()(Code) | | Returns the txid
The txid |
setEntityContext | public void setEntityContext(EntityContext ec)(Code) | | Set the EntityContext
Parameters: ec - entity context |
setTxid | abstract public void setTxid(String txid)(Code) | | Sets the txid
Parameters: txid - The txid |
unsetEntityContext | public void unsetEntityContext()(Code) | | Unsets the EntityContext
|
|
|
|