|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.FinderException
- Thrown if no matching instances were foundpublic java.util.Enumeration findInForwardedTimePeriod(long startTime, long endTime) throws java.rmi.RemoteException, javax.ejb.FinderException
startTime
- endTime
-
java.rmi.RemoteException
javax.ejb.FinderException
- Thrown if no matching instances were foundpublic java.util.Enumeration findInStoredTimePeriod(long startTime, long endTime) throws java.rmi.RemoteException, javax.ejb.FinderException
startTime
- endTime
-
java.rmi.RemoteException
javax.ejb.FinderException
- Thrown if no matching instances were found
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |