All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.reference.agent.services.FilterSrvIf

public interface FilterSrvIf
extends Serializable
This interface provides access to a filtering service.


Method Index

 o eval(QueryExp, Object)
Assesses a filter on a specific object.

Methods

 o eval
 public abstract boolean eval(QueryExp query,
                              Object object)
Assesses a filter on a specific object. If the service cannot assess the filter, the filter should simply be assessed as being false.

Parameters:
query - The query to be assessed.
object - The object to be assessed.
Returns:
True or false depending on the result of the evaluation.

All Packages  Class Hierarchy  This Package  Previous  Next  Index