ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Administering Rule Execution Server > Management Model API Access

To access a Rule Execution Server repository factory and perform management tasks using the public API you need to call the getRepositoryFactory method on the session bean named IlrManagementSession. This session bean has the same provider as the JRules rule sessions and safeguards the user from the Common Client Interface (CCI) connection of the Execution Unit (XU).

The repository factory interface provides a createRepository method that creates a RuleApp information container and allows you to add and remove RuleApps.

images/IlrRepositoryFactory.png

Related Concepts

Rule Execution Server Management Model
Management and Monitoring

Related Tasks

Invalidating Rulesets in Local VMs

Related Reference

RuleApp Management Using MBeans Accessor API

Related Samples and Tutorials

How to Automate Ruleset Management