Uses of Class
org.eclnt.jsfserver.util.ProfileLogInfo
Packages that use ProfileLogInfo
Package
Description
-
Uses of ProfileLogInfo in org.eclnt.jsfserver.defaultscreens
Methods in org.eclnt.jsfserver.defaultscreens that return ProfileLogInfoConstructors in org.eclnt.jsfserver.defaultscreens with parameters of type ProfileLogInfo -
Uses of ProfileLogInfo in org.eclnt.jsfserver.elements
Methods in org.eclnt.jsfserver.elements that return types with arguments of type ProfileLogInfo -
Uses of ProfileLogInfo in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util that return types with arguments of type ProfileLogInfoModifier and TypeMethodDescriptionstatic List<ProfileLogInfo>
ProfileLogWriter.readProfileLogMessages
(String fileName) Returns content of one profile log file.Method parameters in org.eclnt.jsfserver.util with type arguments of type ProfileLogInfoModifier and TypeMethodDescriptionstatic void
ProfileLogWriter.writeProfileLogMessages
(List<ProfileLogInfo> logInfos, long totalNanos) Write information to current profile log.