| Package | Description |
|---|---|
| net.bull.javamelody.internal.model | |
| net.bull.javamelody.internal.web | |
| net.bull.javamelody.internal.web.html | |
| net.bull.javamelody.internal.web.pdf |
| Modifier and Type | Method and Description |
|---|---|
Collector |
RemoteCollector.getCollector() |
Collector |
CollectorServer.getCollectorByApplication(String application)
Retourne le
Collector pour une application à partir de son code. |
| Modifier and Type | Method and Description |
|---|---|
String |
Action.execute(Collector collector,
CollectorServer collectorServer,
HttpSession currentSession,
String counterName,
String sessionId,
String threadId,
String jobId,
String cacheId,
String cacheKey)
Exécute l'action.
|
String |
Action.execute(Collector collector,
CollectorServer collectorServer,
String counterName,
String sessionId,
String threadId,
String jobId,
String cacheId) |
static void |
UpdateChecker.init(Timer timer,
Collector collector,
String applicationType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MailReport.scheduleReportMailForLocalServer(Collector collector,
Timer timer) |
void |
MailReport.sendReportMail(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period) |
void |
MailReport.sendReportMailForLocalServer(Collector collector,
Period period) |
| Constructor and Description |
|---|
MonitoringController(Collector collector,
CollectorServer collectorServer) |
SerializableController(Collector collector) |
| Constructor and Description |
|---|
HtmlReport(Collector collector,
CollectorServer collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
Writer writer) |
HtmlReport(Collector collector,
CollectorServer collectorServer,
List<JavaInformations> javaInformationsList,
Range range,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOtherReport.writeAllCurrentRequestsAsPart(Map<JavaInformations,List<CounterRequestContext>> currentRequests,
Collector collector,
List<Counter> counters,
long timeOfSnapshot) |
void |
PdfOtherReport.writeCounterSummaryPerClass(Collector collector,
Counter counter,
String requestId,
Range range) |
void |
PdfOtherReport.writeRequestAndGraphDetail(Collector collector,
CollectorServer collectorServer,
Range range,
String requestId) |
| Constructor and Description |
|---|
PdfReport(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
OutputStream output) |
PdfReport(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Range range,
OutputStream output) |
Copyright © 2008–2019 Emeric Vernat. All rights reserved.