Uses of Class
net.bull.javamelody.internal.model.SessionInformations
Packages that use SessionInformations
Package
Description
-
Uses of SessionInformations in net.bull.javamelody
Methods in net.bull.javamelody that return SessionInformationsModifier and TypeMethodDescriptionstatic SessionInformationsSessionListener.getSessionInformationsBySessionId(String sessionId) Methods in net.bull.javamelody that return types with arguments of type SessionInformationsModifier and TypeMethodDescriptionstatic List<SessionInformations>SessionListener.getAllSessionsInformations()Method parameters in net.bull.javamelody with type arguments of type SessionInformationsModifier and TypeMethodDescriptionstatic voidSessionListener.sortSessions(List<SessionInformations> sessionsInformations) -
Uses of SessionInformations in net.bull.javamelody.internal.model
Methods in net.bull.javamelody.internal.model that return types with arguments of type SessionInformationsModifier and TypeMethodDescriptionCollectorServer.collectSessionInformations(String application, String sessionId) RemoteCollector.collectSessionInformations(String sessionId) -
Uses of SessionInformations in net.bull.javamelody.internal.web.html
Methods in net.bull.javamelody.internal.web.html with parameters of type SessionInformationsModifier and TypeMethodDescriptionvoidHtmlReport.writeSessionDetail(String sessionId, SessionInformations sessionInformations) Method parameters in net.bull.javamelody.internal.web.html with type arguments of type SessionInformationsModifier and TypeMethodDescriptionvoidHtmlReport.writeSessions(List<SessionInformations> sessionsInformations, String message, String sessionsPart) -
Uses of SessionInformations in net.bull.javamelody.internal.web.pdf
Method parameters in net.bull.javamelody.internal.web.pdf with type arguments of type SessionInformationsModifier and TypeMethodDescriptionvoidPdfOtherReport.writeSessionInformations(List<SessionInformations> sessionsInformations)