com.bankframe.ei.txnhandler.impl.transactionidentifier
Interface TransactionIdentifierHome

All Superinterfaces:
EJBHome, Remote, TransactionIdentifierFinders

public interface TransactionIdentifierHome
extends EJBHome, TransactionIdentifierFinders

This interface is the home interface of the Destination bean and defines its findByPrimaryKey method


Field Summary
static String JNDI_LOOKUP_NAME
           
 
Method Summary
 TransactionIdentifier findByPrimaryKey(TransactionIdentifierPK primaryKey)
          This method finds and instantiates the requested Destination instance
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from interface com.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierFinders
findAll
 

Field Detail

JNDI_LOOKUP_NAME

static final String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

findByPrimaryKey

TransactionIdentifier findByPrimaryKey(TransactionIdentifierPK primaryKey)
                                       throws RemoteException,
                                              FinderException
This method finds and instantiates the requested Destination instance

Parameters:
primaryKey - Primary key of Destination to retrieve
Returns:
The requested Destination instance
Throws:
FinderException - Thrown if no matching Destination instance was found
RemoteException


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