com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction
Interface CompletedForwardTransactionFinders

All Known Subinterfaces:
ErrorTransactionHome, SuccessfulTransactionHome

public interface CompletedForwardTransactionFinders

The CompletedTransactionFinders interface.


Method Summary
 Enumeration findAll()
          This method will return all the transactions on the queue
 Enumeration findInForwardedTimePeriod(long startTime, long endTime)
          This method will return all transactions that were completed in the given time period.
 Enumeration findInStoredTimePeriod(long startTime, long endTime)
          This method will return all transactions that were stored in the given time period.
 

Method Detail

findAll

Enumeration findAll()
                    throws RemoteException,
                           FinderException
This method will return all the transactions on the queue

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

findInForwardedTimePeriod

Enumeration findInForwardedTimePeriod(long startTime,
                                      long endTime)
                                      throws RemoteException,
                                             FinderException
This method will return all transactions that were completed in the given time period.

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

findInStoredTimePeriod

Enumeration findInStoredTimePeriod(long startTime,
                                   long endTime)
                                   throws RemoteException,
                                          FinderException
This method will return all transactions that were stored in the given time period.

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


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