Uses of Class
com.jk.web.monitoring.JKMonitorService
Packages that use JKMonitorService
Package
Description
-
Uses of JKMonitorService in com.jk.services.server.commons.util
Subclasses of JKMonitorService in com.jk.services.server.commons.utilModifier and TypeClassDescriptionclass
This class extendsJKMonitorService
and is responsible for publishing exceptions to a logging service. -
Uses of JKMonitorService in com.jk.web.monitoring
Methods in com.jk.web.monitoring that return JKMonitorServiceModifier and TypeMethodDescriptionstatic JKMonitorService
JKMonitorService.getInstance()
This method retrieves the single instance ofJKMonitorService
.Methods in com.jk.web.monitoring with parameters of type JKMonitorServiceModifier and TypeMethodDescriptionstatic void
JKMonitorService.setInstance
(JKMonitorService instance) This method sets the instance ofJKMonitorService
to the provided one. -
Uses of JKMonitorService in com.jk.webstack.services.mointor
Subclasses of JKMonitorService in com.jk.webstack.services.mointorModifier and TypeClassDescriptionclass
This class is a service class used for handling and logging exceptions in a web stack.