| ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Administering Rule Execution Server > Management Model API Access |
Management Model API Access |
PREVIOUS NEXT |
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).
IlrJ2SERuleSessionProvider) is used, the getRepository method returns a J2SE repository factory. The factory allows you to create a RuleApp/ruleset, export a RuleApp archive, and so on.
IlrSimpleRuleSessionProvider), the getRepository method returns a JMX repository factory. The factory allows you to create a RuleApp/ruleset, export a RuleApp archive, and so on. The repository is directly connected to the management MBeans of the Rule Execution Server Console.
The repository factory interface provides a createRepository method that creates a RuleApp information container and allows you to add and remove RuleApps.
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |