Uses of Class
com.ultikits.ultitools.manager.TriggerContext
Packages that use TriggerContext
Package
Description
Framework-internal logging bridge.
-
Uses of TriggerContext in com.ultikits.ultitools.handler
Methods in com.ultikits.ultitools.handler that return TriggerContextModifier and TypeMethodDescriptionprivate TriggerContextSystemLogHandler.inferTriggerFromStackTrace(Throwable throwable) Infer trigger context from exception stack trace. -
Uses of TriggerContext in com.ultikits.ultitools.manager
Methods in com.ultikits.ultitools.manager that return TriggerContextModifier and TypeMethodDescriptionstatic TriggerContextCreate context for an AOP interceptor trigger.static TriggerContextCreate context for a command trigger.static TriggerContextCreate context for an event trigger.static TriggerContextCreate context for a scheduled task trigger.static TriggerContextCreate context for an uncaught exception.Methods in com.ultikits.ultitools.manager with parameters of type TriggerContextModifier and TypeMethodDescriptionprivate ErrorReportCollector.ErrorReportErrorReportCollector.createReport(Throwable throwable, String fingerprint, String moduleName, TriggerContext ctx) Create an ErrorReport from a throwable.voidErrorReportCollector.reportError(Throwable throwable, String moduleName, TriggerContext ctx) Report an error.