com.bankframe.ejb
Class EEntityBean

java.lang.Object
  extended bycom.bankframe.ejb.EEntityBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
Direct Known Subclasses:
EBeanManagedEntityBean, EJBBankFrameSessionBean, EJBGroupBean, EJBGroupMemberBean, EJBGroupPermissionBean, EJBUserBean, EJBUserPermissionBean, LDAPEntityBean, MetaDataBean, RouteBean, TransactionErrorConditionBean, TransactionFieldBean

public abstract class EEntityBean
extends java.lang.Object
implements javax.ejb.EntityBean

This class is the Bankframe Entity Bean.

Author:
ETU
See Also:
Serialized Form

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(javax.ejb.EntityContext ctx)
          This method sets the entity's context.
abstract  DataPacket toDataPacket()
          This method is the default implementation to convert to datapacket.
 java.lang.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

EEntityBean

public EEntityBean()
Method Detail

ejbActivate

public void ejbActivate()
This method activates the EJB.

Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
This method loads the EJB.

Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
This method passivates the EJB.

Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbRemove

public void ejbRemove()
This method removes the EJB.

Specified by:
ejbRemove in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
This method stores the EJB.

Specified by:
ejbStore in interface javax.ejb.EntityBean

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
                      throws java.rmi.RemoteException
This method sets the entity's context.

Specified by:
setEntityContext in interface javax.ejb.EntityBean
Parameters:
ctx - The context of the entity.
Throws:
java.rmi.RemoteException

toDataPacket

public abstract DataPacket toDataPacket()
This method is the default implementation to convert to datapacket.


toString

public java.lang.String toString()
This method converts the entity to a Dtring.

Returns:
a string representation of the entity

unsetEntityContext

public void unsetEntityContext()
                        throws java.rmi.RemoteException
This method sets the entity context to null.

Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException

validate

public boolean validate()
This method validates the entity to true.

Returns:
true


Copyright © 2004 Siebel Systems, Inc. All rights reserved.