|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.rules.RuleServiceProvider
oracle.rules.jsr94.RLRuleServiceProvider
public class RLRuleServiceProvider
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 |
|---|
public static final java.lang.String RSP_URI
| Constructor Detail |
|---|
public RLRuleServiceProvider()
| Method Detail |
|---|
public javax.rules.admin.RuleAdministrator getRuleAdministrator()
throws javax.rules.ConfigurationException
RuleAdministrator instance.
getRuleAdministrator in class javax.rules.RuleServiceProviderRuleAdministrator instance.
javax.rules.ConfigurationException - if a RuleAdministrator
can not be instantiated.
public javax.rules.RuleRuntime getRuleRuntime()
throws javax.rules.ConfigurationException
RuleRuntime instance.
getRuleRuntime in class javax.rules.RuleServiceProviderRuleRuntime instance.
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||