|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface can filter requests on some criteria.
It implements one method acceptRequest
that takes a request
and returns a boolean saying whether the request.
It is used as a call back interface allowing a custom selection on request stored in the request queue
Method Summary | |
boolean |
acceptRequest(Request request)
Returns true if and only if the given request can be accepted. |
Method Detail |
public boolean acceptRequest(Request request)
request
- the request to test
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |