com.bankframe.ei.txnhandler.storeandforward.storetransaction
Interface StoreTransactionFinders

All Known Subinterfaces:
StoreTransactionHome

public interface StoreTransactionFinders

The StoreTransactionFinders interface.


Method Summary
 Enumeration findAll()
          This method will return an enumeration of all the stored transaction entities
 Enumeration findInTimePeriod(long startTime, long endTime)
          This method will return all the transactions in a given time period
 Enumeration findNextTransactionBatch(int minTransaction, int maxTransaction)
          This method will all the transactions between two sequence numbers
 

Method Detail

findAll

Enumeration findAll()
                    throws RemoteException,
                           FinderException
This method will return an enumeration of all the stored transaction entities

Throws:
RemoteException
FinderException - Thrown if no matching instances were found

findInTimePeriod

Enumeration findInTimePeriod(long startTime,
                             long endTime)
                             throws RemoteException,
                                    FinderException
This method will return all the transactions in a given time period

Parameters:
startTime -
endTime -
Returns:
an enumeration of transactions within this time period
Throws:
RemoteException
FinderException - Thrown if no matching instances were found

findNextTransactionBatch

Enumeration findNextTransactionBatch(int minTransaction,
                                     int maxTransaction)
                                     throws RemoteException,
                                            FinderException
This method will all the transactions between two sequence numbers

Returns:
an enumeration of a single transaction
Throws:
RemoteException
FinderException - Thrown if no matching instances were found


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