|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRuleServiceProvider
org.drools.jsr94.rules.RuleServiceProviderImpl
public class RuleServiceProviderImpl
This class provides access to the RuleRuntime
and
RuleAdministrator
implementation supplied by Drools when
running under J2SE.
RuleServiceProvider
implementation class
provided by Drools should be retrieved using a JNDI lookup. This class
should be constructed using the
RuleServiceProviderManager.getRuleServiceProvider
method.
RuleRuntimeImpl
,
RuleAdministratorImpl
,
RuleServiceProvider
,
javax.rules.RuleServiceProviderManager#getRuleServiceProvider(String)
Constructor Summary | |
---|---|
RuleServiceProviderImpl()
Create a new RuleServiceProviderImpl . |
Method Summary | |
---|---|
RuleExecutionSetRepository |
getRepository()
|
RuleAdministrator |
getRuleAdministrator()
Returns a class instance of RuleAdministrator . |
RuleRuntime |
getRuleRuntime()
Returns a class instance of RuleRuntime . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleServiceProviderImpl()
RuleServiceProviderImpl
.
Method Detail |
---|
public RuleExecutionSetRepository getRepository()
public RuleRuntime getRuleRuntime()
RuleRuntime
. Specifically an
instance of the Drools RuleRuntimeImpl
is returned.
RuleRuntime
public RuleAdministrator getRuleAdministrator()
RuleAdministrator
.
Specifically an instance of the Drools RuleAdministratorImpl
is returned.
RuleAdministrator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |