|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.ejb.EBeanManagedEntityBean
This class is the Bankframe Entity Bean
| Field Summary | |
static java.lang.String |
VERSION
|
| Constructor Summary | |
EBeanManagedEntityBean()
|
|
| Method Summary | |
java.lang.String |
checkForDouble(java.lang.String data)
This method checks if a string is a double |
java.lang.String |
checkForInteger(java.lang.String data)
This method checks if a String is an Integer |
java.lang.String |
checkForLong(java.lang.String data)
This method checks if a String is a Long. |
void |
ejbActivate()
This method activates the ejb. |
void |
ejbPassivate()
This method passivates the ejb. |
abstract void |
fromDataPacket(DataPacket data)
This method is the default implementation to convert from datapacket. |
boolean |
isModified()
|
void |
setEntityContext(javax.ejb.EntityContext ctx)
This method sets the entity's context. |
void |
setModified(boolean flag)
This method sets the modified flag. |
| Methods inherited from class com.bankframe.ejb.EEntityBean |
ejbLoad, ejbRemove, ejbStore, toDataPacket, toString, unsetEntityContext, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String VERSION
| Constructor Detail |
public EBeanManagedEntityBean()
| Method Detail |
public java.lang.String checkForDouble(java.lang.String data)
data - String to check
public java.lang.String checkForInteger(java.lang.String data)
data - String to check
public java.lang.String checkForLong(java.lang.String data)
data - String to check
public void ejbActivate()
ejbActivate in interface javax.ejb.EntityBeanejbActivate in class EEntityBeanpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.EntityBeanejbPassivate in class EEntityBeanpublic abstract void fromDataPacket(DataPacket data)
data - The DataPacket to convert frompublic boolean isModified()
public void setEntityContext(javax.ejb.EntityContext ctx)
throws java.rmi.RemoteException
setEntityContext in interface javax.ejb.EntityBeansetEntityContext in class EEntityBeanctx - The context of the entity.
java.rmi.RemoteExceptionpublic void setModified(boolean flag)
flag - the new modified setting
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||