|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestList
An interface providing a list of RequestIds that match some criteria. It could be a list of all elements in a queue, or just some defined sub-set.
| Method Summary | |
|---|---|
java.lang.Object |
nextRequest()
Gets next request from the list. |
RequestId |
nextRequestId()
Gets the next RequestId from this list. |
IRequest |
nextRequestObject()
Gets next request Object from the list. |
| Methods inherited from interface java.util.Enumeration |
|---|
hasMoreElements, nextElement |
| Method Detail |
|---|
RequestId nextRequestId()
Callers should be sure there is another element in the list by calling hasMoreElements first.
java.lang.Object nextRequest()
IRequest nextRequestObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||