public interface RuleRuntime
RuleSession
objects.Modifier and Type | Method and Description |
---|---|
RuleServiceProvider |
getRuleServiceProvider()
Returns the
RuleServiceProvider associated with this RuleRuntime . |
RuleSession |
getRuleSession(java.lang.String name)
Gets a
RuleSession by name. |
RuleSession[] |
getRuleSessions()
Gets an array of all the
RuleSession associated with this runtime. |
RuleSession[] getRuleSessions()
RuleSession
associated with this runtime.RuleSession
associated with this runtime.RuleSession getRuleSession(java.lang.String name)
RuleSession
by name.name
- - A string whose value is one of the BusinessEvent's archive name
(not the Enterprise archive) configured during the packaging process.RuleSession
found, or null if not found.RuleServiceProvider getRuleServiceProvider()
RuleServiceProvider
associated with this RuleRuntime
.RuleServiceProvider
associated with this RuleRuntime
.