|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatefulRuleInfo
RuleInfoImpl contains stateful related rule execution configuration parameters that
are passed to the RuleService
.
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 |
---|
getAuditFile, getAuditInterval, getAuditType, getChannels, getClockType, getDefaultFacts, getDslSource, getEventProcessingType, getFacts, getGlobals, getReload, getRuleFireMethod, getRuleSource, getRuleType |
Method Detail |
---|
boolean dispose()
boolean
If the working memory should be disposed of (cleaned up) after processing.boolean continueState()
boolean
If the working memory should be disposed of (cleaned up) prior to processing.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |