jess.jsr94
Class RuleServiceProviderImpl

java.lang.Object
  extended byjavax.rules.RuleServiceProvider
      extended byjess.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) 2005 Sandia National Laboratories


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
Throws:
javax.rules.ConfigurationException

getRuleAdministrator

public javax.rules.admin.RuleAdministrator getRuleAdministrator()
                                                         throws javax.rules.ConfigurationException
Throws:
javax.rules.ConfigurationException

© 2006 Sandia Corporation