com.sun.enterprise.web.ara
Interface RulesExecutor<E>

All Known Implementing Classes:
IsolationRulesExecutor

public interface RulesExecutor<E>

Implement the logic required to execute a set of Rule on a E.

Author:
JeanFrancois Arcand

Method Summary
 boolean execute(E o)
          Execute a set of Rule.
 boolean isCachingAllowed()
          Is caching of Rule results allowed
 

Method Detail

execute

boolean execute(E o)
Execute a set of Rule.

Parameters:
E - the onject on which the Rule will be applied.
Returns:
true if the execution was successful.

isCachingAllowed

boolean isCachingAllowed()
Is caching of Rule results allowed



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.