Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.jsr94
Class RLRuleServiceProvider

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

public class RLRuleServiceProvider
extends javax.rules.RuleServiceProvider

The Oracle Business Rules JSR-94 rule service provider.


Field Summary
static java.lang.String RSP_URI
          The URI for the pre-registered Oracle Business Rules rule service provider.
 
Constructor Summary
RLRuleServiceProvider()
           
 
Method Summary
 javax.rules.admin.RuleAdministrator getRuleAdministrator()
          Get a RuleAdministrator instance.
 javax.rules.RuleRuntime getRuleRuntime()
          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 Detail

RSP_URI

public static final java.lang.String RSP_URI
The URI for the pre-registered Oracle Business Rules rule service provider.

See Also:
Constant Field Values
Constructor Detail

RLRuleServiceProvider

public RLRuleServiceProvider()
Method Detail

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.

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.