A B C D E F G H I J K L M N O P R S T U V W 

R

RawDataRuleExecutionException - Exception in ilog.rules.res.session.rawdata
A RawDataRuleExecutionException exception is raised if a problem occurs during the execution of a raw data rule service method.
RawDataRuleExecutionException(Throwable, String, String...) - Constructor for exception ilog.rules.res.session.rawdata.RawDataRuleExecutionException
 
RawDataRuleExecutionException(Throwable, String) - Constructor for exception ilog.rules.res.session.rawdata.RawDataRuleExecutionException
 
RawDataRuleExecutionException(String, String...) - Constructor for exception ilog.rules.res.session.rawdata.RawDataRuleExecutionException
 
RawDataRuleExecutionException(String) - Constructor for exception ilog.rules.res.session.rawdata.RawDataRuleExecutionException
 
RawDataRuleExecutionException(Throwable) - Constructor for exception ilog.rules.res.session.rawdata.RawDataRuleExecutionException
 
RawDataRuleExecutionException() - Constructor for exception ilog.rules.res.session.rawdata.RawDataRuleExecutionException
 
RawDataRuleService - Interface in ilog.rules.res.session.rawdata
RawDataRuleService is the interface implemented by all raw data rule service.
RawDataRuleServiceFactory - Class in ilog.rules.res.session.rawdata
RawDataRuleServiceFactory represent a factory class to create RawDataRuleService.
RawDataRuleServiceFactory() - Constructor for class ilog.rules.res.session.rawdata.RawDataRuleServiceFactory
 
RawDataRulesetParameter - Class in ilog.rules.res.session.rawdata
RawDataRulesetParameter represents a raw data ruleset parameter descriptor.
RawDataRulesetParameter(String, byte[]) - Constructor for class ilog.rules.res.session.rawdata.RawDataRulesetParameter
Construct a RawDataRulesetParameter with name and raw data.
read(IlrRepositoryFactory, JarInputStream) - Method in class ilog.rules.res.model.archive.IlrArchiveManager
Creates the RuleApps and rulesets contained in a RuleApp archive.
register(String, String, Properties) - Method in class ilog.rules.res.decisionservice.mbean.IlrDecisionServiceMBeanManager
Register the decision service MBean into the local MBean server.
REINITIALIZATION_BEGIN - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when the engine is about to be reinitialized.
REINITIALIZATION_END - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when engine reinitialization is finished.
relative(int) - Method in interface ilog.rules.res.persistence.trace.IlrTraceIterator
Moves the iterator a specific number of rows.
release() - Method in class com.ibm.rules.res.xu.plugin.Plugin
Called by the XU when the plug-in is released and will not be used any more.
release() - Method in class ilog.rules.res.session.IlrJ2SESessionFactory
Releases the resources that are used by this session factory.
After this method has been called, any rule session that is created by this factory and still in use may have an unpredictable behaviour.
Call this method only if you no longer want to execute rule sessions and need to release the corresponding resources.
release(T) - Method in interface ilog.rules.res.xu.pool.IlrPool
Notifies the pool that an object is no longer used.
remove(T) - Method in interface ilog.rules.res.xu.pool.IlrPool
Removes an object from this pool.
REMOVE_ALL_INSTANCES - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when all rule instances have been removed from the agenda without having been fired.
REMOVE_INSTANCE - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when a rule instance has been removed from the agenda without having been fired.
REMOVE_RULE - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when a rule is removed from the ruleset.
removeInputParameter(String) - Method in interface ilog.rules.res.session.IlrSessionRequest
Removes an input parameter from the parameters map.
removePoolEventListener(IlrPoolListener<T>) - Method in interface ilog.rules.res.xu.pool.IlrPool
Removes a listener.
removeRuleApp(IlrMutableRuleAppInformation) - Method in interface ilog.rules.res.model.IlrMutableRepository
Removes a RuleApp from the repository.
removeRuleApp(String, String) - Method in interface ilog.rules.res.model.mbean.IlrJMXRepositoryMBean
Removes a RuleApp with the name and the version.
removeRuleset(IlrMutableRulesetArchiveInformation) - Method in interface ilog.rules.res.model.IlrMutableRuleAppInformation
Removes a ruleset from a RuleApp.
removeRuleset(String, String) - Method in interface ilog.rules.res.model.mbean.IlrJMXRuleAppMBean
Removes a the specific version of a ruleset.
requestRulesetPath() - Method in interface ilog.rules.res.persistence.trace.IlrTraceQuery
Returns the criteria on the request ruleset path.
reset() - Method in interface ilog.rules.res.session.IlrStatefulSession
Clears data from this object.
RESET - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when the IlrContext has been reset.
resetErrorCount() - Method in interface ilog.rules.res.model.mbean.IlrJMXRepositoryMBean
Resets the error count for all XU MBeans.
resetRuleflow() - Method in interface ilog.rules.res.session.IlrStatefulSession
Resets the ruleflow.
resetStatistics() - Method in interface ilog.rules.res.decisionservice.mbean.IlrDecisionServiceMBean
Reset all statistics.
resetStatistics() - Method in interface ilog.rules.res.model.mbean.IlrJMXRulesetMBean
Resets all statistics for this ruleset.
resetWarningCount() - Method in interface ilog.rules.res.model.mbean.IlrJMXRepositoryMBean
Resets the warning count for all XU MBeans.
retract(List<UUID>) - Method in interface ilog.rules.res.session.IlrStatefulSession
Removes specific objects from the working memory.
RETRACT_ALL - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when all objects have been removed from the working memory.
RETRACT_OBJECT - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when an object has been removed from the working memory.
retrieveRESRulesetArchive(IlrPath) - Method in class ilog.rules.res.xu.persistence.IlrFilePersistence
Gets a ruleset archive from the ruleset repository.
rollback() - Method in interface ilog.rules.res.persistence.trace.IlrTraceDAO
Rollback the underlying transaction.
rollback() - Method in class ilog.rules.res.persistence.trace.IlrTraceDAOWrapper
 
ruleEngineEventRaised(IlrRuleEngineEvent) - Method in interface ilog.rules.res.xu.event.IlrRuleEngineEventListener
Called when an IlrRuleEngineEvent is raised.
RuleEvent - Interface in com.ibm.rules.res.xu.event
Represents an engine event related to a rule.
ruleExecutionCompleted(RuleEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when the action part of a rule is completed.
ruleExecutionStarted(RuleEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when the action part of a rule is started.
RULESET_PARAMETERS_CHANGED - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when ruleset parameter values have been changed.
rulesetArchiveChanged(RulesetArchiveEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when the XU is notified about ruleset archive changes.
RulesetArchiveEvent - Interface in com.ibm.rules.res.xu.event
Represents a ruleset archive event.
rulesetChanged(String) - Method in interface ilog.rules.res.xu.ruleset.IlrRulesetCache
Notifies the cache that a ruleset has changed.
rulesFired() - Method in interface ilog.rules.res.persistence.trace.IlrTraceQuery
Returns the criteria on the list of rules fired.
A B C D E F G H I J K L M N O P R S T U V W 
Rule Execution Server API

© Copyright IBM Corp. 1987, 2020