Interface IProfiler


public interface IProfiler
Interface which can be implemented to roll your on profiler for client requests. See "Profiling Module" in the AppStore for more information.
  • Field Details

  • Method Details

    • enterRuntime

      Object enterRuntime(String sessionId, String requestId, String username, Set<String> userroles, com.mendix.thirdparty.org.json.JSONObject jsonRequest, Long now)
    • finishRuntime

      void finishRuntime(Object logObject, Long now)
    • enterDatabase

      Object enterDatabase(String sessionId, String requestId, String requestData, Long now)
    • finishDatabase

      void finishDatabase(Object logObject, Long now)
    • logClientData

      void logClientData(com.mendix.thirdparty.org.json.JSONObject jsonObject, String sessionID)
    • stop

      void stop()