|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--anthill.storage.impl.ANDQueryController
This class is used to verify if an object is
Constructor Summary | |
ANDQueryController(Factory factory)
Constructor for the query controller |
Method Summary | |
boolean |
satisfies(Resource resource,
java.lang.Object query)
Returns the result of matching the specified query with the given resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ANDQueryController(Factory factory)
factory
- factory object used to instantiate objects and obtaining
configuration valuesMethod Detail |
public boolean satisfies(Resource resource, java.lang.Object query)
satisfies
in interface QueryController
resource
- to match the query against.query
- query object match the specified resource against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |