|
||||||||||
| 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
public abstract class EBeanManagedEntityBean
This class is the Bankframe Entity Bean
| Field Summary | |
|---|---|
static String |
VERSION
|
| Constructor Summary | |
|---|---|
EBeanManagedEntityBean()
|
|
| Method Summary | |
|---|---|
String |
checkForDouble(String data)
This method checks if a string is a double |
String |
checkForInteger(String data)
This method checks if a String is an Integer |
String |
checkForLong(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(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 String VERSION
| Constructor Detail |
|---|
public EBeanManagedEntityBean()
| Method Detail |
|---|
public String checkForDouble(String data)
data - String to check
public String checkForInteger(String data)
data - String to check
public String checkForLong(String data)
data - String to check
public void ejbActivate()
ejbActivate in interface EntityBeanejbActivate in class EEntityBeanpublic void ejbPassivate()
ejbPassivate in interface EntityBeanejbPassivate in class EEntityBeanpublic abstract void fromDataPacket(DataPacket data)
data - The DataPacket to convert frompublic boolean isModified()
public void setEntityContext(EntityContext ctx)
throws RemoteException
setEntityContext in interface EntityBeansetEntityContext in class EEntityBeanctx - EntityContext The context of the entity.
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 | |||||||||