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
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- See Also:
- Constant Field Values
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.