ilog.rules.res.session

Interface IlrSessionResponse

    • Method Detail

      • getCanonicalRulesetPath

        IlrPath getCanonicalRulesetPath()
        Returns the canonical ruleset path used for ruleset execution.
        Returns:
        This method should never return null. If it does, a problem has occurred with the execution unit (XU), which was not able to provide the canonical ruleset path to the session.
      • getOutputParameters

        java.util.Map<java.lang.String,java.lang.Object> getOutputParameters()
        Return a Map object containing the output parameters for this ruleset.
        Returns:
        The output parameters for this ruleset.
      • getConnectionId

        java.io.Serializable getConnectionId()
        Returns the connection ID.
        Returns:
        The connection ID.
      • getUserData

        java.io.Serializable getUserData()
        Returns the user data.
        Returns:
        The user data.
      • getWarnings

        java.util.List<IlrWarning> getWarnings()
        Returns the warning messages.
        Returns:
        The list of warning messages.
      • getInterceptorClassNameUsed

        java.lang.String getInterceptorClassNameUsed()
        Returns the name of the interceptor class used.
        Returns:
        The name of the interceptor class used.
      • getRulesetExecutionOutput

        java.lang.String getRulesetExecutionOutput()
        Returns the output string.
        Returns:
        The output string.
      • getRulesetProperties

        java.util.Properties getRulesetProperties()
        Returns the ruleset properties.
        Returns:
        The ruleset properties.
      • getRulesetExecutionTrace

        IlrExecutionTrace getRulesetExecutionTrace()
        Returns detailed information about the ruleset execution.
        Since:
        7.0
        Returns:
        The IlrExecutionTrace for this response object.
      • getExecutionId

        java.lang.String getExecutionId()
        Returns the execution ID for this response. This is equal to the connection id if it was not supplied in the request.
        Returns:
        the execution ID for this response

© Copyright IBM Corp. 1987, 2021