|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.jsr94.rules.admin.RuleExecutionSetProviderImpl
The RuleExecutionSetProvider
�interface defines RuleExecutionSet
�
creation methods for defining RuleExecutionSets
�
from potentially serializable resources.
RuleExecutionSetProvider
Constructor Summary | |
RuleExecutionSetProviderImpl()
|
Method Summary | |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(org.w3c.dom.Document document,
java.util.Map properties)
Creates a RuleExecutionSet �implementation from an XML Document and additional
vendor-specific properties. |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.io.Serializable serializable,
java.util.Map properties)
Creates a RuleExecutionSet �implementation from a vendor specific AST representation
and vendor-specific properties. |
javax.rules.admin.RuleExecutionSet |
createRuleExecutionSet(java.lang.String ruleExecutionSetUri,
java.util.Map properties)
Creates a RuleExecutionSet �implementation from a URI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuleExecutionSetProviderImpl()
Method Detail |
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(org.w3c.dom.Document document, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException, java.rmi.RemoteException
RuleExecutionSet
�implementation from an XML Document and additional
vendor-specific properties.
createRuleExecutionSet
in interface javax.rules.admin.RuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
java.rmi.RemoteException
RuleExecutionSetProvider.createRuleExecutionSet(Document,Map)
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.io.Serializable serializable, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException, java.rmi.RemoteException
RuleExecutionSet
�implementation from a vendor specific AST representation
and vendor-specific properties.
This method accepts org.drools.rule.Rule
and org.drools.rule.RuleSet
objects or
a List
of these objects.
createRuleExecutionSet
in interface javax.rules.admin.RuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
java.rmi.RemoteException
RuleExecutionSetProvider.createRuleExecutionSet(Serializable,Map)
public javax.rules.admin.RuleExecutionSet createRuleExecutionSet(java.lang.String ruleExecutionSetUri, java.util.Map properties) throws javax.rules.admin.RuleExecutionSetCreateException, java.io.IOException, java.rmi.RemoteException
RuleExecutionSet
�implementation from a URI.
createRuleExecutionSet
in interface javax.rules.admin.RuleExecutionSetProvider
javax.rules.admin.RuleExecutionSetCreateException
java.io.IOException
java.rmi.RemoteException
RuleExecutionSetProvider.createRuleExecutionSet(String,Map)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |