|
||||||||||
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 EntityBean
public void ejbLoad()
ejbLoad
in interface EntityBean
public void ejbPassivate()
ejbPassivate
in interface EntityBean
public void ejbRemove()
ejbRemove
in interface EntityBean
public void ejbStore()
ejbStore
in interface EntityBean
public void setEntityContext(EntityContext ctx) throws RemoteException
setEntityContext
in interface EntityBean
ctx
- The context of the entity.
RemoteException
public abstract DataPacket toDataPacket()
public String toString()
toString
in class Object
public void unsetEntityContext() throws RemoteException
unsetEntityContext
in interface EntityBean
RemoteException
public boolean validate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |