A C D E F G H I J L O P R S T U

R

registerRuleExecutionSet(String, RuleExecutionSet, Map) - Method in interface javax.rules.admin.RuleAdministrator
Registers a RuleExecutionSet and associates it with a given URI.
registerRuleServiceProvider(String, Class) - Static method in class javax.rules.RuleServiceProviderManager
Register a RuleServiceProvider Class against a given URI
registerRuleServiceProvider(String, Class, ClassLoader) - Static method in class javax.rules.RuleServiceProviderManager
Register a RuleServiceProvider Class against a given URI, and associate a ClassLoader with the RuleServiceProvider.
release() - Method in interface javax.rules.RuleSession
Releases all resources used by this rule session.
removeObject(Handle) - Method in interface javax.rules.StatefulRuleSession
Removes a given object from the rule session state of this rule session.
reset() - Method in interface javax.rules.StatefulRuleSession
Resets this rule session.
reset() - Method in interface javax.rules.ObjectFilter
Stateful filters should implement this interface to allow them to be reset to an intial state.
Rule - interface javax.rules.admin.Rule.
This interface provides access to simple metadata for a rule.
RuleAdministrationException - exception javax.rules.admin.RuleAdministrationException.
Base class for all administration RuleException classes in the javax.rules.admin package.
RuleAdministrationException(String) - Constructor for class javax.rules.admin.RuleAdministrationException
Creates a RuleAdministrationException with a given message.
RuleAdministrationException(String, Exception) - Constructor for class javax.rules.admin.RuleAdministrationException
Creates a RuleAdministrationException with a given message and nested exception.
RuleAdministrator - interface javax.rules.admin.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.
RuleException - exception javax.rules.RuleException.
Base class for all Exception classes in the javax.rules package.
RuleException(String) - Constructor for class javax.rules.RuleException
Creates a RuleException with a given message.
RuleException(String, Throwable) - Constructor for class javax.rules.RuleException
Creates a RuleException with a given message and nested exception.
RuleExecutionException - exception javax.rules.RuleExecutionException.
Base class for all runtime RuleException classes in the javax.rules package.
RuleExecutionException(String) - Constructor for class javax.rules.RuleExecutionException
Creates a RuleExecutionException with a given message.
RuleExecutionException(String, Exception) - Constructor for class javax.rules.RuleExecutionException
Creates a RuleExecutionException with a given message and nested exception.
RuleExecutionSet - interface javax.rules.admin.RuleExecutionSet.
A named set of executable Rule instances.
RuleExecutionSetCreateException - exception javax.rules.admin.RuleExecutionSetCreateException.
This exception is thrown if an error occurs while creating a rule execution set.
RuleExecutionSetCreateException(String) - Constructor for class javax.rules.admin.RuleExecutionSetCreateException
Creates a RuleExecutionSetCreateException with a given message.
RuleExecutionSetCreateException(String, Exception) - Constructor for class javax.rules.admin.RuleExecutionSetCreateException
Creates a RuleExecutionSetCreateException with a given message and nested exception.
RuleExecutionSetDeregistrationException - exception javax.rules.admin.RuleExecutionSetDeregistrationException.
This exception is thrown if an exception occurs while unregistering a rule execution set from a URI.
RuleExecutionSetDeregistrationException(String) - Constructor for class javax.rules.admin.RuleExecutionSetDeregistrationException
Creates a RuleExecutionSetDeregistrationException with a given message.
RuleExecutionSetDeregistrationException(String, Exception) - Constructor for class javax.rules.admin.RuleExecutionSetDeregistrationException
Creates a RuleExecutionSetDeregistrationException with a given message and nested exception.
RuleExecutionSetMetadata - interface javax.rules.RuleExecutionSetMetadata.
The RuleExecutionSetMetadata exposes some simple properties of the RuleExecutionSet to the runtime user.
RuleExecutionSetNotFoundException - exception javax.rules.RuleExecutionSetNotFoundException.
This exception is thrown if a client requests a RuleExecutionSet from the RuleRuntime and the URI or RuleExecutionSet cannot be found.
RuleExecutionSetNotFoundException(String) - Constructor for class javax.rules.RuleExecutionSetNotFoundException
Creates a RuleExecutionSetNotFoundException with a given message.
RuleExecutionSetNotFoundException(String, Exception) - Constructor for class javax.rules.RuleExecutionSetNotFoundException
Creates a RuleExecutionSetNotFoundException with a given message and nested exception.
RuleExecutionSetProvider - interface javax.rules.admin.RuleExecutionSetProvider.
The RuleExecutionSetProvider interface defines RuleExecutionSet creation methods for defining RuleExecutionSets from potentially serializable resources.
RuleExecutionSetRegisterException - exception javax.rules.admin.RuleExecutionSetRegisterException.
This exception is thrown if an exception occurs while registering a rule execution set to a URI.
RuleExecutionSetRegisterException(String) - Constructor for class javax.rules.admin.RuleExecutionSetRegisterException
Creates a RuleExecutionSetRegisterException with a given message.
RuleExecutionSetRegisterException(String, Exception) - Constructor for class javax.rules.admin.RuleExecutionSetRegisterException
Creates a RuleExecutionSetRegisterException with a given message and nested exception.
RuleRuntime - interface javax.rules.RuleRuntime.
This interface is the access point for runtime execution of RuleExecutionSets.
RuleServiceProvider - class javax.rules.RuleServiceProvider.
This class provides access to the RuleRuntime and RuleAdministrator implementation supplied by your rule engine vendor when running under J2SE.
RuleServiceProvider() - Constructor for class javax.rules.RuleServiceProvider
 
RuleServiceProviderManager - class javax.rules.RuleServiceProviderManager.
This class manages available RuleServiceProvider instances in a manner similar to the JDBC DriverManager and Driver classes.
RuleSession - interface javax.rules.RuleSession.
This interface is a representation of a client session with a rules engine.
RuleSessionCreateException - exception javax.rules.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.
RuleSessionCreateException(String) - Constructor for class javax.rules.RuleSessionCreateException
Creates a RuleSessionCreateException with a given message.
RuleSessionCreateException(String, Exception) - Constructor for class javax.rules.RuleSessionCreateException
Creates a RuleSessionCreateException with a given message and nested exception.
RuleSessionTypeUnsupportedException - exception javax.rules.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.
RuleSessionTypeUnsupportedException(String) - Constructor for class javax.rules.RuleSessionTypeUnsupportedException
Creates a RuleSessionTypeUnsupportedException with a given message.
RuleSessionTypeUnsupportedException(String, Exception) - Constructor for class javax.rules.RuleSessionTypeUnsupportedException
Creates a RuleSessionTypeUnsupportedException with a given message and nested exception.

A C D E F G H I J L O P R S T U
Copyright © 2003 Java Community Process. All Rights Reserved.