ILOG JRules

Package ilog.rules.bres.model

Provides interfaces for the Rule Execution Server management model.

See:
          Description

Interface Summary
IlrMutableRuleAppInformation Represents an IlrRulesetArchiveInformation container.
IlrMutableRulesetArchiveInformation Represents an IlrRulesetArchive container.
IlrNameValidator Represents a Validator for IlrRuleAppInformation and IlrRulesetArchiveInformation names.
IlrPath Represents a path to a ruleApp or a ruleset.
IlrPathParser Represents a parser to transform a string path to an IlrPath.
IlrRepository Represents an IlrRuleAppInformation container.
IlrRepositoryFactory Represents the entry point for the management repository.
IlrRuleAppInformation Represents a read-only IlrRulesetArchiveInformation container.
IlrRuleAppProperties Represents a read-only container for IlrRuleAppInformation properties.
IlrRulesetArchiveInformation Represents a read-only IlrRulesetArchive container.
IlrRulesetArchiveProperties Represents a read-only container for IlrRulesetArchiveInformation properties.
IlrVersion Represents a version for an entity.
IlrVersionParser Represents a parser to transform a version in string format to an IlrVersion.
 

Exception Summary
IlrAlreadyExistException Thrown to indicate that a ruleApp/ruleset should be added to the repository, but already exist in the repository.
IlrFormatException Thrown to indicate that a method has been passed an argument with a wrong format.
IlrIllegalArgumentRuntimeException Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IlrRepositoryException Thrown when an error occured in the repository or in repository elements (ruleApp, rulesets).
IlrRepositoryRuntimeException Thrown when a runtime error occured in the repository or in repository elements (ruleApp, rulesets).
IlrResourceRuntimeException Thrown to indicate that an access error to data occured in the repository.
 

Package ilog.rules.bres.model Description

Provides interfaces for the Rule Execution Server management model.


ILOG JRules