Skip navigation links

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

E10663-08


oracle.rules.jsr94.admin
Class RLUrlSource

java.lang.Object
  extended by oracle.rules.jsr94.admin.RLUrlSource

All Implemented Interfaces:
java.io.Serializable, RuleSource

public class RLUrlSource
extends java.lang.Object
implements RuleSource

A RuleSource that specifies a URL that locates RL text.

See Also:
Serialized Form

Constructor Summary
RLUrlSource(java.lang.String url)
          Create a RLUrlSource.

 

Method Summary
 java.lang.Object getRules()
          Get an object that provides access to the rule sets.
 java.lang.String getUrl()
          Get the URL specification.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RLUrlSource

public RLUrlSource(java.lang.String url)
Create a RLUrlSource.
Parameters:
url - The URL specification.

Method Detail

getUrl

public java.lang.String getUrl()
Get the URL specification.
Returns:
The URL specification.

getRules

public java.lang.Object getRules()
                          throws javax.rules.admin.RuleAdministrationException
Get an object that provides access to the rule sets. This is intended for internal use by the implementation.
Specified by:
getRules in interface RuleSource
Returns:
An object that provides access to the rule sets.
Throws:
javax.rules.admin.RuleAdministrationException - if there is an error gaining access

Skip navigation links

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

E10663-08


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