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