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

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface ResponseTransactionFieldHome
extends javax.ejb.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

public ResponseTransactionField findByPrimaryKey(ResponseTransactionFieldPK primaryKey)
                                          throws java.rmi.RemoteException,
                                                 ProcessingErrorException,
                                                 javax.ejb.FinderException
Find and instantiate a ResponseTransactionField

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


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