Class RLRuleServiceProvider

java.lang.Object
javax.rules.RuleServiceProvider
oracle.rules.jsr94.RLRuleServiceProvider

public class RLRuleServiceProvider extends javax.rules.RuleServiceProvider
The Oracle Business Rules JSR-94 rule service provider.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The URI for the pre-registered Oracle Business Rules rule service provider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.rules.admin.RuleAdministrator
    Get a RuleAdministrator instance.
    javax.rules.RuleRuntime
    Get a RuleRuntime instance.

    Methods inherited from class javax.rules.RuleServiceProvider

    setClassLoader

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RSP_URI

      public static final String RSP_URI
      The URI for the pre-registered Oracle Business Rules rule service provider.
      See Also:
  • Constructor Details

    • RLRuleServiceProvider

      public RLRuleServiceProvider()
  • Method Details

    • getRuleAdministrator

      public javax.rules.admin.RuleAdministrator getRuleAdministrator() throws javax.rules.ConfigurationException
      Get a RuleAdministrator instance.
      Specified by:
      getRuleAdministrator in class javax.rules.RuleServiceProvider
      Returns:
      a RuleAdministrator instance.
      Throws:
      javax.rules.ConfigurationException - if a RuleAdministrator can not be instantiated.
    • getRuleRuntime

      public javax.rules.RuleRuntime getRuleRuntime() throws javax.rules.ConfigurationException
      Get a RuleRuntime instance.
      Specified by:
      getRuleRuntime in class javax.rules.RuleServiceProvider
      Returns:
      a RuleRuntime instance.
      Throws:
      javax.rules.ConfigurationException - if a RuleRuntime can not be instantiated.