Uses of Package
javax.rules

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

Classes in javax.rules used by javax.rules
ConfigurationException
          This exception is thrown when a user configuration error has been made.
Handle
          Marker interface for vendor specific object identity mechanism.
InvalidHandleException
          This exception should be thrown when a client passes an invalid Handle to the underlying rule engine.
InvalidRuleSessionException
          The InvalidRuleSessionException should be thrown when a method is invoked on a RuleSession and the internal state of the RuleSession is invalid.
ObjectFilter
          This interface is used to filter objects.
RuleException
          Base class for all Exception classes in the javax.rules package.
RuleExecutionException
          Base class for all runtime RuleException classes in the javax.rules package.
RuleExecutionSetMetadata
          The RuleExecutionSetMetadata exposes some simple properties of the RuleExecutionSet to the runtime user.
RuleExecutionSetNotFoundException
          This exception is thrown if a client requests a RuleExecutionSet from the RuleRuntime and the URI or RuleExecutionSet cannot be found.
RuleRuntime
          This interface is the access point for runtime execution of RuleExecutionSets.
RuleServiceProvider
          This class provides access to the RuleRuntime and RuleAdministrator implementation supplied by your rule engine vendor when running under J2SE.
RuleSession
          This interface is a representation of a client session with a rules engine.
RuleSessionCreateException
          This exception is thrown when a client requests a RuleSession from the RuleRuntime and an error occurs that prevents a RuleSession from being returned.
RuleSessionTypeUnsupportedException
          This exception is thrown when a client requests a RuleSession and the vendor does not support the given type (defined in the RuleRuntime) or the RuleExecutionSet itself does not support the requested mode.
 

Classes in javax.rules used by javax.rules.admin
RuleException
          Base class for all Exception classes in the javax.rules package.
 



Copyright © 2004 Java Community Process. All Rights Reserved.