com.bankframe.ei.txnhandler.transactionlayout.impl.response
Interface ResponseTransactionFieldHome

All Superinterfaces:
EJBHome, Remote

public interface ResponseTransactionFieldHome
extends EJBHome

This class is the home interface of the ResponseTransactionField bean


Method Summary
 ResponseTransactionField findByPrimaryKey(ResponseTransactionFieldPK primaryKey)
          Find and instantiate a ResponseTransactionField
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

findByPrimaryKey

ResponseTransactionField findByPrimaryKey(ResponseTransactionFieldPK primaryKey)
                                          throws RemoteException,
                                                 ProcessingErrorException,
                                                 FinderException
Find and instantiate a ResponseTransactionField

Parameters:
primaryKey - the primary key of the ResponseTransactionField to retrieve'
Returns:
ResponseTransactionField instance
Throws:
FinderException - Thrown if an instance corresponding to the primaryKey could not be retrieved
RemoteException
ProcessingErrorException


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