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 TypeClassDescriptionclassThis class extendsJKMonitorServiceand 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 JKMonitorServiceJKMonitorService.getInstance()This method retrieves the single instance ofJKMonitorService.Methods in com.jk.web.monitoring with parameters of type JKMonitorServiceModifier and TypeMethodDescriptionstatic voidJKMonitorService.setInstance(JKMonitorService instance) This method sets the instance ofJKMonitorServiceto the provided one. -
Uses of JKMonitorService in com.jk.webstack.services.mointor
Subclasses of JKMonitorService in com.jk.webstack.services.mointorModifier and TypeClassDescriptionclassThis class is a service class used for handling and logging exceptions in a web stack.