ilog.rules.dvs.runner

Interface IlrRuleAppDeployer



  • public interface IlrRuleAppDeployer
    Used to generate and deploy RuleApps in the SSP.
    Since:
    7.0
    • Method Detail

      • generateRuleApp

        IlrMutableRuleAppInformation generateRuleApp(IlrPath path,
                                                   IlrRulesetArchive archive,
                                                   java.util.Map<java.lang.String,java.lang.String> rsProps,
                                                   boolean enableMonitoring)
                                                     throws IlrRuleAppException
        Returns a new RuleApp.
        Throws:
        IlrRuleAppException - if an error occurs while trying to generate the RuleApp.
        Parameters:
        path - The ruleset path.
        archive - The ruleset archive.
        rsProps - The ruleset properties.
        enableMonitoring - Set to true to enable RuleApp monitoring.
        Returns:
        A new RuleApp matching the parameters.
      • undeployRuleApp

        void undeployRuleApp(java.lang.String ruleAppName,
                           IlrVersion ruleAppVersion)
                             throws IlrRuleAppException
        Undeploys a RuleApp.
        Throws:
        IlrRuleAppException - if an error occurs while trying to undeploy the RuleApp.
        Parameters:
        ruleAppName - The name of the RuleApp to undeploy.
        ruleAppVersion - The version of the RuleApp to undeploy.

© Copyright IBM Corp. 1987, 2015