com.bankframe.ei.txnhandler.transactionidentifier
Interface TransactionIdentifierFinders

All Known Subinterfaces:
TransactionIdentifierHome

public interface TransactionIdentifierFinders

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


Method Summary
 java.util.Enumeration findAll()
          This method retrieves all instance of the destination entity from the database.
 

Method Detail

findAll

public java.util.Enumeration findAll()
                              throws javax.ejb.FinderException,
                                     java.rmi.RemoteException
This method retrieves all instance of the destination entity from the database.

Returns:
an ennumeration of all instances of the destination Entity
Throws:
javax.ejb.FinderException
java.rmi.RemoteException


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