|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.extension.EEntityBean
BankFrame MCA extension of EntityBean. All EntityBeans subclass from this
| Constructor Summary | |
EEntityBean()
|
|
| Method Summary | |
void |
ejbActivate()
This method activates the EJB. |
void |
ejbLoad()
This method loads the EJB. |
void |
ejbPassivate()
This method passivates the ejb. |
void |
ejbRemove()
This method removes the EJB. |
void |
ejbStore()
This methog stores the EJB. |
javax.ejb.EntityContext |
getEntityContext()
This method gets the entity's context. |
abstract Populator |
getPopulator()
This method gets the entity's populator. |
void |
setEntityContext(javax.ejb.EntityContext ctx)
This method sets the entity's context. |
abstract DataPacket |
toDataPacket()
This method is the default implementation to convert to DataPacket. |
java.lang.String |
toString()
This method converts the entity to a string. |
void |
unsetEntityContext()
This method sets the entity context to null |
boolean |
validate()
This method validates the entity to true. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EEntityBean()
| Method Detail |
public void ejbActivate()
ejbActivate in interface javax.ejb.EntityBean
public void ejbLoad()
throws java.rmi.RemoteException
ejbLoad in interface javax.ejb.EntityBeanjava.rmi.RemoteExceptionpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.EntityBeanpublic void ejbRemove()
ejbRemove in interface javax.ejb.EntityBeanpublic void ejbStore()
ejbStore in interface javax.ejb.EntityBean
public javax.ejb.EntityContext getEntityContext()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic abstract Populator getPopulator()
public void setEntityContext(javax.ejb.EntityContext ctx)
throws java.rmi.RemoteException
setEntityContext in interface javax.ejb.EntityBeanjava.rmi.RemoteExceptionpublic abstract DataPacket toDataPacket()
public java.lang.String toString()
public void unsetEntityContext()
throws java.rmi.RemoteException
unsetEntityContext in interface javax.ejb.EntityBeanjava.rmi.RemoteExceptionpublic boolean validate()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||