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 boolean
LogEntryWriter. 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 LogEntry
LogEntry. getClone()
Returns a clone of the object.LogEntry
MutableLogEntryHandler. getLogEntry(int index)
Returns the specified LogEntry record.LogEntry
LogF. load(long auto_id)
Loads a log entry from db, using the database ID.LogEntry
LogIntf. load(long auto_id)
Loads a log entry from db, using the database ID.LogEntry
MutableLogEntryHandler. 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 boolean
LogF. add(LogEntry log)
Adds a log entry.boolean
LogIntf. add(LogEntry log)
Adds a log entry.void
MutableLogEntryHandler. addLogEntry(LogEntry entry)
Adds the LogEntry record to the internal list.int
LogEntry. compareTo(LogEntry o)
Compares this object with the specified object for order.boolean
LogF. exists(LogEntry log)
Looks for a log entry in the DB, looking for the auto_id.boolean
LogIntf. exists(LogEntry log)
Looks for a log entry in the DB, looking for the auto_id.boolean
LogF. remove(LogEntry log)
Removes a log entry from the DB.boolean
LogIntf. remove(LogEntry log)
Removes a log entry from the DB.boolean
LogF. update(LogEntry log)
Updates a log entry.boolean
LogIntf. 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 LogEntry
LogT. load(long auto_id)
Loads a log entry from db, using the database ID.protected LogEntry
LogT. 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 boolean
LogT. add(LogEntry log)
Adds a log entry.boolean
LogT. exists(LogEntry log)
Looks for a log entry in the DB, looking for the auto_id.boolean
LogT. remove(LogEntry log)
Removes a log entry from the DB.protected boolean
LogT. store(LogEntry log, boolean update)
Inserts or updates a substance.boolean
LogT. 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 LogEntry
LogT. 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 boolean
LogT. add(LogEntry log)
Adds a log entry.boolean
LogT. exists(LogEntry log)
Looks for a log entry in the DB, looking for the auto_id.boolean
LogT. remove(LogEntry log)
Removes a log entry from the DB.boolean
LogT. 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_LogEntries
for storing the LogEntry records.Methods in adams.flow.control that return LogEntry Modifier and Type Method Description LogEntry
Flow. getLogEntry(int index)
Returns the specified LogEntry record.LogEntry
Flow. 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 void
Flow. addLogEntry(LogEntry entry)
Adds the LogEntry record to the internal list (in case logging is enabled).protected void
StorageQueueHandler. 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 void
LogViewer. 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 BaseDialog
AbstractLogEntryDialog. create(LogViewer parent, LogEntry entry)
Displays the dialog with the given entry.protected abstract BaseDialog
AbstractLogEntryDialog. createDialog(LogEntry entry)
Creates the dialog.protected BaseDialog
DefaultLogEntryDialog. createDialog(LogEntry entry)
Creates the dialog.protected String
AbstractLogEntryDialog. createTitle(LogEntry entry)
Generates a title for the entry.protected void
AbstractLogEntryDialog. postCreateDialog(LogViewer parent, LogEntry entry)
Hook method after the dialog gets created.protected void
AbstractLogEntryDialog. preCreateDialog(LogViewer parent, LogEntry entry)
Hook method before the dialog gets created.protected String
AbstractLogEntryDialog. 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 LogEntry
LogEntryProcessor. 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_Data
the underlying data.Methods in adams.gui.tools that return LogEntry Modifier and Type Method Description LogEntry
LogEntryViewerTableModel. 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 void
LogEntryViewerTableModel. add(LogEntry entry)
Adds the log entry to the model (appended at the end).void
LogEntryViewerTableModel. add(LogEntry entry, boolean sort)
Adds the log entry to the model.protected void
AbstractLogEntryViewerPanel. 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 void
LogEntryViewerTableModel. addAll(Collection<LogEntry> entries)
Adds the log entries to the model (appended at the end).void
LogEntryViewerTableModel. addAll(Collection<LogEntry> entries, boolean sort)
Adds the log entries to the model.void
LogEntryViewerPanel. 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.
-