ilog.rules.res.session

Interface IlrXUInfo



  • public interface IlrXUInfo
    Represents the XU information which can help to analyze performance issues (state of the connections, cache, rulesets statistics, ...).
    Since:
    8.8
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String toHTML()
      Get the HTML string representation of XU-related information.
      java.lang.String toJSON()
      Get the JSON string representation of XU-related information.
    • Method Detail

      • toJSON

        java.lang.String toJSON()
                                throws IlrSessionException
        Get the JSON string representation of XU-related information.
        Throws:
        IlrSessionException
        Returns:
        the JSON representation of XU-related information
      • toHTML

        java.lang.String toHTML()
                                throws IlrSessionException
        Get the HTML string representation of XU-related information.
        Throws:
        IlrSessionException
        Returns:
        the HTML representation of XU-related information.

© Copyright IBM Corp. 1987, 2020