|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ejb.EEntityBean
public abstract class EEntityBean
This class is the Bankframe Entity Bean.
| 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 method stores the EJB. |
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 Dtring. |
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 EntityBeanpublic void ejbLoad()
ejbLoad in interface EntityBeanpublic void ejbPassivate()
ejbPassivate in interface EntityBeanpublic void ejbRemove()
ejbRemove in interface EntityBeanpublic void ejbStore()
ejbStore in interface EntityBean
public void setEntityContext(EntityContext ctx)
throws RemoteException
setEntityContext in interface EntityBeanctx - 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 | |||||||||