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

All Known Subinterfaces:
StoreTransactionHome

public interface StoreTransactionFinders

The StoreTransactionFinders interface.

Author:
Engineering

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

Method Detail

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
This method will return an enumeration of all the stored transaction entities

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

findInTimePeriod

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

findNextTransactionBatch

public java.util.Enumeration findNextTransactionBatch(int minTransaction,
                                                      int maxTransaction)
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.FinderException
This method will all the transactions between two sequence numbers

Returns:
an enumeration of a single transaction
Throws:
java.rmi.RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found


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