com.bankframe.ei.txnhandler.impl.responseindex
Class ResponseIndexCMPBean
java.lang.Object
|
+--com.bankframe.ei.txnhandler.responseindex.ResponseIndexBean
|
+--com.bankframe.ei.txnhandler.impl.responseindex.ResponseIndexBean
|
+--com.bankframe.ei.txnhandler.impl.responseindex.ResponseIndexCMPBean
- All Implemented Interfaces:
- EEntity, javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public class ResponseIndexCMPBean
- extends ResponseIndexBean
- implements javax.ejb.EntityBean
This class maps a host transaction response to an index.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseIndexCMPBean
public ResponseIndexCMPBean()
- Default constructor
ejbCreate
public ResponseIndexPK ejbCreate(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String indexName)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- This method initialises a new instance of the ResponseIndex entity.
- Parameters:
txnCode
- contains the code number for the host transactiontxnType
- identifies the middleware associated with a transaction such
as MQSeries, IMS, TUXEDO, CICSindexName
- name of the index to use to lookup data in cache
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
ejbPostCreate
public void ejbPostCreate(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String indexName)
throws java.rmi.RemoteException
- This method called after a new instance of the ResponseIndex entity
has been initialised.
- Parameters:
txnCode
- contains the code number for the host transactiontxnType
- identifies the middleware associated with a transaction such
as MQSeries, IMS, TUXEDO, CICSindexName
- name of the index to use to lookup data in cache
- Throws:
java.rmi.RemoteException
- not used
setEntityContext
public void setEntityContext(javax.ejb.EntityContext entityContext)
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
setEntityContext
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.setEntityContext(javax.ejb.EntityContext)
unsetEntityContext
public void unsetEntityContext()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
unsetEntityContext
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.unsetEntityContext()
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException,
javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbRemove
in interface javax.ejb.EntityBean
javax.ejb.RemoveException
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.ejbRemove()
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbActivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.ejbActivate()
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbPassivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.ejbPassivate()
ejbLoad
public void ejbLoad()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbLoad
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.ejbLoad()
ejbStore
public void ejbStore()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbStore
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
- See Also:
EntityBean.ejbStore()
Copyright © 2005 Siebel Systems, Inc. All rights reserved.