|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Enumeration findAll() throws RemoteException, FinderException
RemoteException
FinderException
- Thrown if no matching instances were foundEnumeration findInTimePeriod(long startTime, long endTime) throws RemoteException, FinderException
startTime
- endTime
-
RemoteException
FinderException
- Thrown if no matching instances were foundEnumeration findNextTransactionBatch(int minTransaction, int maxTransaction) throws RemoteException, FinderException
RemoteException
FinderException
- Thrown if no matching instances were found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |