| |
|
| org.drools.jsr94.rules.RuleServiceProviderImpl
RuleServiceProviderImpl | public class RuleServiceProviderImpl extends RuleServiceProvider implements java.io.Serializable(Code) | | This class provides access to the RuleRuntime and
RuleAdministrator implementation supplied by Drools when
running under J2SE. This class should be used in environments without a
JNDI provider - typically when writing standalone J2SE clients. Within the
J2EE environment the RuleServiceProvider implementation class
provided by Drools should be retrieved using a JNDI lookup. This class
should be constructed using the
RuleServiceProviderManager.getRuleServiceProvider method.
This class is automatically registered to "http://drools.org/" on startup,
via the static block.
See Also: RuleRuntimeImpl See Also: RuleAdministratorImpl See Also: RuleServiceProvider See Also: javax.rules.RuleServiceProviderManager.getRuleServiceProvider(String) author: thomas diesler |
RULE_SERVICE_PROVIDER | final public static String RULE_SERVICE_PROVIDER(Code) | | |
RuleServiceProviderImpl | public RuleServiceProviderImpl()(Code) | | Create a new RuleServiceProviderImpl .
|
getRuleAdministrator | public synchronized RuleAdministrator getRuleAdministrator()(Code) | | Returns a class instance of RuleAdministrator .
Specifically an instance of the Drools RuleAdministratorImpl
is returned.
an instance of RuleAdministrator |
getRuleRuntime | public synchronized RuleRuntime getRuleRuntime()(Code) | | Returns a class instance of RuleRuntime . Specifically an
instance of the Drools RuleRuntimeImpl is returned.
an instance of RuleRuntime |
|
|
|