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.
@see RuleRuntimeImpl
@see RuleAdministratorImpl
@see RuleServiceProvider
@see javax.rules.RuleServiceProviderManager#getRuleServiceProvider(String)
@author
thomas diesler