Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.jsr94.admin
Class RLTextSource

java.lang.Object
  extended byoracle.rules.jsr94.admin.RLTextSource

All Implemented Interfaces:
RuleSource, java.io.Serializable

public class RLTextSource
extends java.lang.Object
implements RuleSource

A RuleSource that specifies RL text explicitly.

See Also:
Serialized Form

Constructor Summary
RLTextSource(java.lang.String text)
          Create a RLTextSource.

 

Method Summary
 java.lang.Object getRules(SensitiveDataCallback callback)
          Get an object that provides access to the rule sets.
 java.lang.String getText()
          Get the RL text.

 

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

 

Constructor Detail

RLTextSource

public RLTextSource(java.lang.String text)
Create a RLTextSource.
Parameters:
text - The RL text.

Method Detail

getText

public java.lang.String getText()
Get the RL text.
Returns:
The RL text.

getRules

public java.lang.Object getRules(SensitiveDataCallback callback)
                          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
Parameters:
callback - The callback for accessing sensitive data.
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 Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.