|
Drools :: JSR-94 API Module 6.0.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.jsr94.rules.repository.DefaultRuleExecutionSetRepository
public class DefaultRuleExecutionSetRepository
Stores the registered RuleExecutionSet objects.
| Constructor Summary | |
|---|---|
DefaultRuleExecutionSetRepository()
|
|
| Method Summary | |
|---|---|
List |
getRegistrations()
Retrieves a List of the URIs that currently have
RuleExecutionSets associated with them. |
javax.rules.admin.RuleExecutionSet |
getRuleExecutionSet(String bindUri,
Map properties)
Get the RuleExecutionSet bound to this URI, or return
null. |
void |
registerRuleExecutionSet(String bindUri,
javax.rules.admin.RuleExecutionSet ruleSet,
Map properties)
Register a RuleExecutionSet under the given URI. |
void |
unregisterRuleExecutionSet(String bindUri,
Map properties)
Unregister a RuleExecutionSet from the given URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRuleExecutionSetRepository()
| Method Detail |
|---|
public List getRegistrations()
throws RuleExecutionSetRepositoryException
RuleExecutionSetRepositoryList of the URIs that currently have
RuleExecutionSets associated with them.
An empty list is returned if there are no associations.
getRegistrations in interface RuleExecutionSetRepositoryList of the URIs that currently have
RuleExecutionSets associated with them.
RuleExecutionSetRepositoryException
public javax.rules.admin.RuleExecutionSet getRuleExecutionSet(String bindUri,
Map properties)
throws RuleExecutionSetRepositoryException
RuleExecutionSetRepositoryRuleExecutionSet bound to this URI, or return
null.
getRuleExecutionSet in interface RuleExecutionSetRepositorybindUri - the URI associated with the wanted
RuleExecutionSet.
RuleExecutionSet bound to the given URI.
RuleExecutionSetRepositoryException
public void registerRuleExecutionSet(String bindUri,
javax.rules.admin.RuleExecutionSet ruleSet,
Map properties)
throws javax.rules.admin.RuleExecutionSetRegisterException
RuleExecutionSetRepositoryRuleExecutionSet under the given URI.
registerRuleExecutionSet in interface RuleExecutionSetRepositorybindUri - the URI to associate with the RuleExecutionSet.ruleSet - the RuleExecutionSet to associate with the URI
javax.rules.admin.RuleExecutionSetRegisterException - if an error occurred that prevented registration (i.e. if
bindUri or ruleSet are null)
public void unregisterRuleExecutionSet(String bindUri,
Map properties)
throws javax.rules.admin.RuleExecutionSetDeregistrationException
RuleExecutionSetRepositoryRuleExecutionSet from the given URI.
unregisterRuleExecutionSet in interface RuleExecutionSetRepositorybindUri - the URI to disassociate with the RuleExecutionSet.
javax.rules.admin.RuleExecutionSetDeregistrationException - if an error occurred that prevented deregistration
|
Drools :: JSR-94 API Module 6.0.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||