com.bankframe.ei.txnhandler.transactionlayout.impl.response
Class ResponseTransactionFieldBean
java.lang.Object
com.bankframe.ejb.EEntityBean
com.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
com.bankframe.ei.txnhandler.transactionlayout.impl.response.ResponseTransactionFieldBean
- All Implemented Interfaces:
- Serializable, EnterpriseBean, EntityBean
public class ResponseTransactionFieldBean
- extends TransactionFieldBean
This class is an implementation of the Transaction Field Entity BMP Bean
for Transaction Response. This class is used for obtaining the Transaction
Response fields necessary for a given transaction.
- See Also:
- Serialized Form
ResponseTransactionFieldBean
public ResponseTransactionFieldBean()
- default constructor
ejbLoad
public void ejbLoad()
- This method is called by the container for loading the EJB
- Specified by:
ejbLoad
in interface EntityBean
- Overrides:
ejbLoad
in class EEntityBean
ejbFindByPrimaryKey
public ResponseTransactionFieldPK ejbFindByPrimaryKey(ResponseTransactionFieldPK key)
throws FinderException,
ProcessingErrorException
- This method Finds an EJB by Primary Key
- Parameters:
key
- the Primary Key
- Returns:
- TransactionFieldPK
- Throws:
FinderException
ProcessingErrorException
Copyright © 2005, 2007, Oracle. All rights reserved.