jess.jsr94
Class RuleServiceProviderImpl

java.lang.Object
  extended by javax.rules.RuleServiceProvider
      extended by jess.jsr94.RuleServiceProviderImpl

public class RuleServiceProviderImpl
extends javax.rules.RuleServiceProvider

This class is the main entry point for Jess's JSR94 driver. See the Jess manual for usage information.

(C) 2013 Sandia Corporation


Constructor Summary
RuleServiceProviderImpl()
           
 
Method Summary
 javax.rules.admin.RuleAdministrator getRuleAdministrator()
           
 javax.rules.RuleRuntime getRuleRuntime()
           
 
Methods inherited from class javax.rules.RuleServiceProvider
createInstance, setClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleServiceProviderImpl

public RuleServiceProviderImpl()
Method Detail

getRuleRuntime

public javax.rules.RuleRuntime getRuleRuntime()
                                       throws javax.rules.ConfigurationException
Specified by:
getRuleRuntime in class javax.rules.RuleServiceProvider
Throws:
javax.rules.ConfigurationException

getRuleAdministrator

public javax.rules.admin.RuleAdministrator getRuleAdministrator()
                                                         throws javax.rules.ConfigurationException
Specified by:
getRuleAdministrator in class javax.rules.RuleServiceProvider
Throws:
javax.rules.ConfigurationException

© 2013 Sandia Corporation