Uses of Class
adams.db.LogEntry
-
Packages that use LogEntry Package Description adams.core.io adams.db adams.db.generic adams.db.mirrored adams.flow.control adams.flow.sink adams.flow.sink.logview adams.flow.standalone.logevent adams.gui.tools -
-
Uses of LogEntry in adams.core.io
Methods in adams.core.io with parameters of type LogEntry Modifier and Type Method Description static booleanLogEntryWriter. write(String filename, LogEntry log)Appends the given log entry. -
Uses of LogEntry in adams.db
Methods in adams.db that return LogEntry Modifier and Type Method Description LogEntryLogEntry. getClone()Returns a clone of the object.LogEntryMutableLogEntryHandler. getLogEntry(int index)Returns the specified LogEntry record.LogEntryLogF. load(long auto_id)Loads a log entry from db, using the database ID.LogEntryLogIntf. load(long auto_id)Loads a log entry from db, using the database ID.LogEntryMutableLogEntryHandler. removeLogEntry(int index)Removes the specified LogEntry record from the internal list.Methods in adams.db that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>LogEntryHandler. getLogEntries()Returns the stored LogEntry records.List<LogEntry>LogF. load(LogEntryConditions cond)Loads log entries from the database that match the conditions.List<LogEntry>LogIntf. load(LogEntryConditions cond)Loads log entries from the database that match the conditions.Methods in adams.db with parameters of type LogEntry Modifier and Type Method Description booleanLogF. add(LogEntry log)Adds a log entry.booleanLogIntf. add(LogEntry log)Adds a log entry.voidMutableLogEntryHandler. addLogEntry(LogEntry entry)Adds the LogEntry record to the internal list.intLogEntry. compareTo(LogEntry o)Compares this object with the specified object for order.booleanLogF. exists(LogEntry log)Looks for a log entry in the DB, looking for the auto_id.booleanLogIntf. exists(LogEntry log)Looks for a log entry in the DB, looking for the auto_id.booleanLogF. remove(LogEntry log)Removes a log entry from the DB.booleanLogIntf. remove(LogEntry log)Removes a log entry from the DB.booleanLogF. update(LogEntry log)Updates a log entry.booleanLogIntf. update(LogEntry log)Updates a log entry. -
Uses of LogEntry in adams.db.generic
Methods in adams.db.generic that return LogEntry Modifier and Type Method Description LogEntryLogT. load(long auto_id)Loads a log entry from db, using the database ID.protected LogEntryLogT. resultsetToObject(ResultSet rs)Turns the values at the next position into a substance object if possible.Methods in adams.db.generic that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>LogT. load(LogEntryConditions cond)Loads log entries from the database that match the conditions.Methods in adams.db.generic with parameters of type LogEntry Modifier and Type Method Description booleanLogT. add(LogEntry log)Adds a log entry.booleanLogT. exists(LogEntry log)Looks for a log entry in the DB, looking for the auto_id.booleanLogT. remove(LogEntry log)Removes a log entry from the DB.protected booleanLogT. store(LogEntry log, boolean update)Inserts or updates a substance.booleanLogT. update(LogEntry log)Updates a log entry. -
Uses of LogEntry in adams.db.mirrored
Methods in adams.db.mirrored that return LogEntry Modifier and Type Method Description LogEntryLogT. load(long auto_id)Loads a log entry from db, using the database ID.Methods in adams.db.mirrored that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>LogT. load(LogEntryConditions cond)Loads log entries from the database that match the conditions.Methods in adams.db.mirrored with parameters of type LogEntry Modifier and Type Method Description booleanLogT. add(LogEntry log)Adds a log entry.booleanLogT. exists(LogEntry log)Looks for a log entry in the DB, looking for the auto_id.booleanLogT. remove(LogEntry log)Removes a log entry from the DB.booleanLogT. update(LogEntry log)Updates a log entry. -
Uses of LogEntry in adams.flow.control
Fields in adams.flow.control with type parameters of type LogEntry Modifier and Type Field Description protected ArrayList<LogEntry>Flow. m_LogEntriesfor storing the LogEntry records.Methods in adams.flow.control that return LogEntry Modifier and Type Method Description LogEntryFlow. getLogEntry(int index)Returns the specified LogEntry record.LogEntryFlow. removeLogEntry(int index)Removes the specified LogEntry record from the internal list.Methods in adams.flow.control that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>Flow. getLogEntries()Returns the stored LogEntry records.Methods in adams.flow.control with parameters of type LogEntry Modifier and Type Method Description voidFlow. addLogEntry(LogEntry entry)Adds the LogEntry record to the internal list (in case logging is enabled).protected voidStorageQueueHandler. log(LogEntry log, Actor actor)Logs the log entry with the specified actor. -
Uses of LogEntry in adams.flow.sink
Methods in adams.flow.sink with parameters of type LogEntry Modifier and Type Method Description protected voidLogViewer. displayMessage(LogEntry entry)Displays the message of the given entry in a separate window. -
Uses of LogEntry in adams.flow.sink.logview
Methods in adams.flow.sink.logview with parameters of type LogEntry Modifier and Type Method Description BaseDialogAbstractLogEntryDialog. create(LogViewer parent, LogEntry entry)Displays the dialog with the given entry.protected abstract BaseDialogAbstractLogEntryDialog. createDialog(LogEntry entry)Creates the dialog.protected BaseDialogDefaultLogEntryDialog. createDialog(LogEntry entry)Creates the dialog.protected StringAbstractLogEntryDialog. createTitle(LogEntry entry)Generates a title for the entry.protected voidAbstractLogEntryDialog. postCreateDialog(LogViewer parent, LogEntry entry)Hook method after the dialog gets created.protected voidAbstractLogEntryDialog. preCreateDialog(LogViewer parent, LogEntry entry)Hook method before the dialog gets created.protected StringAbstractLogEntryDialog. toString(LogEntry entry)Turns the content into a string. -
Uses of LogEntry in adams.flow.standalone.logevent
Methods in adams.flow.standalone.logevent that return LogEntry Modifier and Type Method Description LogEntryLogEntryProcessor. processRecord(LogRecord record)Turns the log record into an output. -
Uses of LogEntry in adams.gui.tools
Fields in adams.gui.tools with type parameters of type LogEntry Modifier and Type Field Description protected List<LogEntry>LogEntryViewerTableModel. m_Datathe underlying data.Methods in adams.gui.tools that return LogEntry Modifier and Type Method Description LogEntryLogEntryViewerTableModel. getLogEntryAt(int row)Returns the LogEntry at the given position.Methods in adams.gui.tools that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>LogEntryViewerTableModel. getData()Returns the underlying data.Methods in adams.gui.tools with parameters of type LogEntry Modifier and Type Method Description voidLogEntryViewerTableModel. add(LogEntry entry)Adds the log entry to the model (appended at the end).voidLogEntryViewerTableModel. add(LogEntry entry, boolean sort)Adds the log entry to the model.protected voidAbstractLogEntryViewerPanel. displayMessage(LogEntry entry)Displays the message of the chosen entry.Method parameters in adams.gui.tools with type arguments of type LogEntry Modifier and Type Method Description voidLogEntryViewerTableModel. addAll(Collection<LogEntry> entries)Adds the log entries to the model (appended at the end).voidLogEntryViewerTableModel. addAll(Collection<LogEntry> entries, boolean sort)Adds the log entries to the model.voidLogEntryViewerPanel. display(List<LogEntry> entries)Sets the entries to display.Constructor parameters in adams.gui.tools with type arguments of type LogEntry Constructor Description LogEntryViewerTableModel(List<LogEntry> data)Initializes the model with the specified data.
-