|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.jsr94.rules.admin.LocalRuleExecutionSetProviderImpl
The Drools implementation of the LocalRuleExecutionSetProvider
interface which defines RuleExecutionSet
creation methods for
defining RuleExecutionSet
s from local (non-serializable)
resources.
LocalRuleExecutionSetProvider
![]() |
![]() |
Constructor Summary | |
LocalRuleExecutionSetProviderImpl()
Default constructor. |
Method Summary | |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream,
java.util.Map properties)
Creates a RuleExecutionSet implementation using a
supplied input stream and additional Drools-specific properties.
|
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.lang.Object ruleExecutionSetAst,
java.util.Map properties)
Creates a RuleExecutionSet implementation from a
Drools-specific AST representation and Drools-specific properties. |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.io.Reader ruleExecutionSetReader,
java.util.Map properties)
Creates a RuleExecutionSet implementation using a supplied
character stream Reader and additional Drools-specific properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalRuleExecutionSetProviderImpl()
Method Detail |
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException
RuleExecutionSet
implementation using a
supplied input stream and additional Drools-specific properties.
A Drools-specific rule execution set is read from the supplied
InputStream. The method createRuleExecutionSet
taking
a Reader instance should be used if the source is a character
stream and encoding conversion should be performed.
createRuleExecutionSet
in interface javax.rules.admin.LocalRuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
- on rule execution set creation error.ruleExecutionSetStream
- an input stream used to read the rule execution set.properties
- additional properties used to create the
RuleExecutionSet
implementation.
May be null
.
RuleExecutionSet
.public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.io.Reader ruleExecutionSetReader, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException
RuleExecutionSet
implementation using a supplied
character stream Reader and additional Drools-specific properties. A
Drools-specific rule execution set is read from the supplied Reader.
createRuleExecutionSet
in interface javax.rules.admin.LocalRuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
- on rule execution set creation error.ruleExecutionSetReader
- a Reader used to read the rule execution set.properties
- additional properties used to create the
RuleExecutionSet
implementation.
May be null
.
RuleExecutionSet
.public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.lang.Object ruleExecutionSetAst, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException
RuleExecutionSet
implementation from a
Drools-specific AST representation and Drools-specific properties.
createRuleExecutionSet
in interface javax.rules.admin.LocalRuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
- on rule execution set creation error.ruleExecutionSetAst
- the vendor representation of a rule execution setproperties
- additional properties used to create the
RuleExecutionSet
implementation.
May be null
.
RuleExecutionSet
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |