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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionenterDatabase
(String sessionId, String requestId, String requestData, Long now) enterRuntime
(String sessionId, String requestId, String username, Set<String> userroles, com.mendix.thirdparty.org.json.JSONObject jsonRequest, Long now) void
finishDatabase
(Object logObject, Long now) void
finishRuntime
(Object logObject, Long now) void
logClientData
(com.mendix.thirdparty.org.json.JSONObject jsonObject, String sessionID) void
stop()
-
Field Details
-
PROFILER_KEY
- See Also:
-
-
Method Details
-
enterRuntime
-
finishRuntime
-
enterDatabase
-
finishDatabase
-
logClientData
-
stop
void stop()
-