| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.extension.EEntityBean
com.bankframe.ejb.extension.EBeanManagedEntityBean
BankFrame superclass for BMP Beans. All BMP EntityBeans subclass from this
| Field Summary | |
static java.lang.String | 
SYSTEM_OFF_LINE_MESSAGE
 | 
| Constructor Summary | |
EBeanManagedEntityBean()
 | 
|
| Method Summary | |
 java.lang.String | 
checkForDouble(java.lang.String data)
This method checks if the specified String can be converted to a Double  | 
 java.lang.String | 
checkForInteger(java.lang.String data)
This method checks if the specified String can be converted to a Integer  | 
 java.lang.String | 
checkForLong(java.lang.String data)
This method checks if the specified String can be converted to a Long  | 
 void | 
ejbActivate()
This method activates the EJB.  | 
 void | 
ejbPassivate()
This method passivates the EJB.  | 
 TransactionHandler | 
getConnection()
This method gets a connection to the transaction handler.  | 
 boolean | 
isModified()
This method checks if the entity bean has been modified.  | 
 void | 
setEntityContext(javax.ejb.EntityContext ctx)
This method sets the entity's context.  | 
 void | 
setModified(boolean flag)
This method sets the modidifed flag.  | 
| Methods inherited from class com.bankframe.ejb.extension.EEntityBean | 
ejbLoad, ejbRemove, ejbStore, getEntityContext, getPopulator, 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 SYSTEM_OFF_LINE_MESSAGE
| Constructor Detail | 
public EBeanManagedEntityBean()
| Method Detail | 
public java.lang.String checkForDouble(java.lang.String data)
data - the String to check
public java.lang.String checkForInteger(java.lang.String data)
data - the String to check
public java.lang.String checkForLong(java.lang.String data)
data - the 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 EEntityBean
public TransactionHandler getConnection()
                                 throws ProcessingErrorException,
                                        java.rmi.RemoteException
ProcessingErrorException - if an error occurs during processing
java.rmi.RemoteExceptionpublic boolean isModified()
public void setEntityContext(javax.ejb.EntityContext ctx)
                      throws java.rmi.RemoteException
setEntityContext in interface javax.ejb.EntityBeansetEntityContext in class EEntityBeanjava.rmi.RemoteExceptionpublic void setModified(boolean flag)
flag - 
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||