org.jboss.soa.esb.services.rules
Interface StatefulRuleInfo

All Superinterfaces:
RuleInfo

public interface StatefulRuleInfo
extends RuleInfo

RuleInfoImpl contains stateful related rule execution configuration parameters that are passed to the RuleService.

Since:
4.6
Author:
Daniel Bevenius

Method Summary
 boolean continueState()
          If continueState is false the stateful working memory should be disposed of prior to processing.
 boolean dispose()
          If dispose is true the stateful working memory should be disposed of after processing.
 
Methods inherited from interface org.jboss.soa.esb.services.rules.RuleInfo
getDefaultFacts, getDslSource, getFacts, getGlobals, getReload, getRuleSource, getRuleType
 

Method Detail

continueState

boolean continueState()
If continueState is false the stateful working memory should be disposed of prior to processing. Not disposing a working memory you lead to memory leaks.

Returns:
boolean If the working memory should be disposed of (cleaned up) prior to processing.

dispose

boolean dispose()
If dispose is true the stateful working memory should be disposed of after processing. Not disposing a working memory you lead to memory leaks.

Returns:
boolean If the working memory should be disposed of (cleaned up) after processing.