|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.jsr94.rules.RuleRuntimeImpl
RuleRuntime
interface.
RuleRuntime
, Serialized FormFields inherited from interface javax.rules.RuleRuntime |
STATEFUL_SESSION_TYPE, STATELESS_SESSION_TYPE |
Constructor Summary | |
RuleRuntimeImpl()
|
Method Summary | |
javax.rules.RuleSession |
createRuleSession(java.lang.String bindUri,
java.util.Map properties,
int ruleSessionType)
Creates a RuleSession implementation using the supplied
vendor-specific rule execution set registration URI. |
java.util.List |
getRegistrations()
Retrieves a List of the URIs that currently have RuleExecutionSets
associated with them. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuleRuntimeImpl()
Method Detail |
public javax.rules.RuleSession createRuleSession(java.lang.String bindUri, java.util.Map properties, int ruleSessionType) throws javax.rules.RuleExecutionSetNotFoundException, javax.rules.RuleSessionTypeUnsupportedException
RuleSession
implementation using the supplied
vendor-specific rule execution set registration URI.createRuleSession
in interface javax.rules.RuleRuntime
RuleRuntime.createRuleSession(java.lang.String, java.util.Map, int)
public java.util.List getRegistrations()
RuleExecutionSets
associated with them.
An empty list is returned is there are no associations.getRegistrations
in interface javax.rules.RuleRuntime
RuleRuntime.getRegistrations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |