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

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

public interface TransactionIdentifierHome
extends javax.ejb.EJBHome, TransactionIdentifierFinders

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


Field Summary
static java.lang.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

public static final java.lang.String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

findByPrimaryKey

public TransactionIdentifier findByPrimaryKey(TransactionIdentifierPK primaryKey)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException
This method finds and instantiates the requested Destination instance

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


Copyright © 2004 Siebel Systems, Inc. All rights reserved.