com.bankframe.services.impl.audit.auditroute
Class AuditRouteCMPBean
java.lang.Object
com.bankframe.services.audit.auditroute.AuditRouteBean
com.bankframe.services.impl.audit.auditroute.AuditRouteBean
com.bankframe.services.impl.audit.auditroute.AuditRouteCMPBean
- All Implemented Interfaces:
- AuditRoute, EEntity, javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public class AuditRouteCMPBean
- extends AuditRouteBean
- implements javax.ejb.EntityBean
The AuditRouteCMPBean CMP entity EJB bean implementation class.
- Author:
- ETU
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditRouteCMPBean
public AuditRouteCMPBean()
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.EntityBean
ejbCreate
public AuditRoutePK ejbCreate(java.lang.String requestId,
java.lang.String routeAuditable)
throws javax.ejb.CreateException
- This method creates the object.
- Parameters:
requestId - StringrouteAuditable - String (values are either yes or no.)
- Throws:
javax.ejb.CreateException - This exception is thrown if object creation fails.
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean
ejbPostCreate
public void ejbPostCreate(java.lang.String requestId,
java.lang.String routeAuditable)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove in interface javax.ejb.EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface javax.ejb.EntityBean
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Copyright © 2004 Siebel Systems, Inc. All rights reserved.