Skip navigation links
oracle.rules.jsr94
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 |
static java.lang.String |
RSP_URI
The URI for the pre-registered Oracle Business Rules rule service provider. |
| 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 |
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
RLRuleServiceProvider
public RLRuleServiceProvider()
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.
Skip navigation links
Copyright © 2009, Oracle and/or its affiliates. All rights reserved.