Uses of Package
javax.rules.admin

Packages that use javax.rules.admin
javax.rules Provides the core client interfaces for using rule engine. 
javax.rules.admin Provides the APIs for rule administration. 
 

Classes in javax.rules.admin used by javax.rules
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.
 

Classes in javax.rules.admin used by javax.rules.admin
LocalRuleExecutionSetProvider
          The LocalRuleExecutionSetProvider interface defines RuleExecutionSet creation methods for defining RuleExecutionSets from local (non-serializable) resources.
RuleAdministrationException
          Base class for all administration RuleException classes in the javax.rules.admin package.
RuleExecutionSet
          A named set of executable Rule instances.
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.
RuleExecutionSetProvider
          The RuleExecutionSetProvider interface defines RuleExecutionSet creation methods for defining RuleExecutionSets from potentially serializable resources.
RuleExecutionSetRegisterException
          This exception is thrown if an exception occurs while registering a rule execution set to a URI.
 



Copyright © 2004 Java Community Process. All Rights Reserved.