|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ejb.extension.EEntityBean
public abstract class 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. |
EntityContext |
getEntityContext()
This method gets the entity's context. |
abstract Populator |
getPopulator()
This method gets the entity's populator. |
void |
setEntityContext(EntityContext ctx)
This method sets the entity's context. |
abstract DataPacket |
toDataPacket()
This method is the default implementation to convert to DataPacket. |
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 EntityBean
public void ejbLoad()
throws RemoteException
ejbLoad in interface EntityBeanRemoteExceptionpublic void ejbPassivate()
ejbPassivate in interface EntityBeanpublic void ejbRemove()
ejbRemove in interface EntityBeanpublic void ejbStore()
ejbStore in interface EntityBean
public EntityContext getEntityContext()
throws RemoteException
RemoteExceptionpublic abstract Populator getPopulator()
public void setEntityContext(EntityContext ctx)
throws RemoteException
setEntityContext in interface EntityBeanctx - EntityContext the context of the entity.
RemoteExceptionpublic abstract DataPacket toDataPacket()
public String toString()
toString in class Object
public void unsetEntityContext()
throws RemoteException
unsetEntityContext in interface EntityBeanRemoteExceptionpublic boolean validate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||