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

All Known Subinterfaces:
ErrorTransactionHome, SuccessfulTransactionHome

public interface CompletedForwardTransactionFinders

The CompletedTransactionFinders interface.


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

Method Detail

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
This method will return all the transactions on the queue

Throws:
java.rmi.RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found

findInForwardedTimePeriod

public java.util.Enumeration findInForwardedTimePeriod(long startTime,
                                                       long endTime)
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.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:
java.rmi.RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found

findInStoredTimePeriod

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

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


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