Uses of Class
org.glassfish.admin.rest.logviewer.LogRecord
-
Packages that use LogRecord Package Description org.glassfish.admin.rest.logviewer -
-
Uses of LogRecord in org.glassfish.admin.rest.logviewer
Methods in org.glassfish.admin.rest.logviewer that return types with arguments of type LogRecord Modifier and Type Method Description List<LogRecord>LogRecordList. getRecords()Methods in org.glassfish.admin.rest.logviewer with parameters of type LogRecord Modifier and Type Method Description booleanLogRecordList. add(LogRecord e)Constructor parameters in org.glassfish.admin.rest.logviewer with type arguments of type LogRecord Constructor Description LogRecordList(List<LogRecord> records)
-