com.bankframe.ei.txnhandler.transactionlayout.impl.response
Class ResponseTransactionFieldBean

java.lang.Object
  extended bycom.bankframe.ejb.EEntityBean
      extended bycom.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
          extended bycom.bankframe.ei.txnhandler.transactionlayout.impl.response.ResponseTransactionFieldBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

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

Constructor Summary
ResponseTransactionFieldBean()
          default constructor
 
Method Summary
 ResponseTransactionFieldPK ejbFindByPrimaryKey(ResponseTransactionFieldPK key)
          This method Finds an EJB by Primary Key
 void ejbLoad()
          This method is called by the container for loading the EJB
 
Methods inherited from class com.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
getValue, getValuesMap, toDataPacket
 
Methods inherited from class com.bankframe.ejb.EEntityBean
ejbActivate, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseTransactionFieldBean

public ResponseTransactionFieldBean()
default constructor

Method Detail

ejbLoad

public void ejbLoad()
This method is called by the container for loading the EJB

Specified by:
ejbLoad in interface javax.ejb.EntityBean
Overrides:
ejbLoad in class EEntityBean

ejbFindByPrimaryKey

public ResponseTransactionFieldPK ejbFindByPrimaryKey(ResponseTransactionFieldPK key)
                                               throws javax.ejb.FinderException,
                                                      ProcessingErrorException
This method Finds an EJB by Primary Key

Parameters:
key - the Primary Key
Returns:
TransactionFieldPK
Throws:
javax.ejb.FinderException
ProcessingErrorException


Copyright © 2005, 2007, Oracle. All rights reserved.