Package javax.rules.admin

Provides the APIs for rule administration.

See:
          Description

Interface Summary
LocalRuleExecutionSetProvider The LocalRuleExecutionSetProvider interface defines RuleExecutionSet creation methods for defining RuleExecutionSets from local (non-serializable) resources.
Rule This interface provides access to simple metadata for a rule.
RuleAdministrator The RuleAdministrator inteface is used by rule execution set administrators to load rule execution sets from external sources and create a RuleExecutionSet runtime object.
RuleExecutionSet A named set of executable Rule instances.
RuleExecutionSetProvider The RuleExecutionSetProvider interface defines RuleExecutionSet creation methods for defining RuleExecutionSets from potentially serializable resources.
 

Exception Summary
RuleAdministrationException Base class for all administration RuleException classes in the javax.rules.admin package.
RuleExecutionSetCreateException This exception is thrown if an error occurs while creating a rule execution set.
RuleExecutionSetDeregistrationException This exception is thrown if an exception occurs while unregistering a rule execution set from a URI.
RuleExecutionSetRegisterException This exception is thrown if an exception occurs while registering a rule execution set to a URI.
 

Package javax.rules.admin Description

Provides the APIs for rule administration.



Copyright © 2004 Java Community Process. All Rights Reserved.