Uses of Class
net.bull.javamelody.internal.model.JavaInformations
Packages that use JavaInformations
Package
Description
-
Uses of JavaInformations in net.bull.javamelody.internal.model
Methods in net.bull.javamelody.internal.model that return types with arguments of type JavaInformationsModifier and TypeMethodDescriptionCollectorServer.collectCurrentRequests(String application) RemoteCollector.collectCurrentRequests()RemoteCollector.getCurrentRequests()CollectorServer.getJavaInformationsByApplication(String application) Retourne la liste des informations java à partir du code de l'application.RemoteCollector.getJavaInformationsList()Method parameters in net.bull.javamelody.internal.model with type arguments of type JavaInformationsModifier and TypeMethodDescriptionvoidCollector.collectWithoutErrors(List<JavaInformations> javaInformationsList) HsErrPid.getHsErrPidList(List<JavaInformations> javaInformationsList) -
Uses of JavaInformations in net.bull.javamelody.internal.publish
Method parameters in net.bull.javamelody.internal.publish with type arguments of type JavaInformationsModifier and TypeMethodDescriptionstatic List<MetricsPublisher>MetricsPublisher.getMetricsPublishers(List<JavaInformations> javaInformationsList) -
Uses of JavaInformations in net.bull.javamelody.internal.web
Method parameters in net.bull.javamelody.internal.web with type arguments of type JavaInformationsModifier and TypeMethodDescriptionSerializableController.createDefaultSerializable(List<JavaInformations> javaInformationsList, Range range, String messageForReport) SerializableController.createSerializable(HttpServletRequest httpRequest, List<JavaInformations> javaInformationsList, String messageForReport) voidMonitoringController.doPrometheus(HttpServletResponse httpResponse, List<JavaInformations> javaInformationsList, boolean includeLastValue) voidMonitoringController.doReport(HttpServletRequest httpRequest, HttpServletResponse httpResponse, List<JavaInformations> javaInformationsList) voidMailReport.sendReportMail(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period) -
Uses of JavaInformations in net.bull.javamelody.internal.web.html
Constructor parameters in net.bull.javamelody.internal.web.html with type arguments of type JavaInformationsModifierConstructorDescriptionHtmlReport(Collector collector, CollectorServer collectorServer, List<JavaInformations> javaInformationsList, Period period, Writer writer) HtmlReport(Collector collector, CollectorServer collectorServer, List<JavaInformations> javaInformationsList, Range range, Writer writer) -
Uses of JavaInformations in net.bull.javamelody.internal.web.pdf
Method parameters in net.bull.javamelody.internal.web.pdf with type arguments of type JavaInformationsModifier and TypeMethodDescriptionvoidPdfOtherReport.writeAllCurrentRequestsAsPart(Map<JavaInformations, List<CounterRequestContext>> currentRequests, Collector collector, List<Counter> counters, long timeOfSnapshot) voidPdfOtherReport.writeThreads(List<JavaInformations> javaInformationsList) Constructor parameters in net.bull.javamelody.internal.web.pdf with type arguments of type JavaInformationsModifierConstructorDescriptionPdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period, OutputStream output) PdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Range range, OutputStream output)