FileDocCategorySizeDatePackage
RulesExecutor.javaAPI DocGlassfish v2 API2490Fri May 04 22:37:02 BST 2007com.sun.enterprise.web.ara

RulesExecutor

public interface RulesExecutor
Implement the logic required to execute a set of Rule on a E.
author
JeanFrancois Arcand

Fields Summary
Constructors Summary
Methods Summary
public booleanexecute(E o)
Execute a set of Rule.

param
E the onject on which the Rule will be applied.
return
true if the execution was successful.

public booleanisCachingAllowed()
Is caching of Rule results allowed