Uses of Class
org.almendra.janet.cas.node.LogEntry

Packages that use LogEntry
org.almendra.janet.cas.logger.commands   
org.almendra.janet.cas.node   
org.almendra.janet.cas.schedulers   
 

Uses of LogEntry in org.almendra.janet.cas.logger.commands
 

Constructors in org.almendra.janet.cas.logger.commands with parameters of type LogEntry
DisplayLogEntryCommand(LogEntry entry)
          Creates a new DisplayLogEntryCommand object.
 

Uses of LogEntry in org.almendra.janet.cas.node
 

Fields in org.almendra.janet.cas.node declared as LogEntry
protected  LogEntry Logger.defaultValues
          LogEntry has holds the default values that should be copied into any new instance on LogEntry when using the method fillEntryTemplate.
 

Methods in org.almendra.janet.cas.node that return LogEntry
 LogEntry Logger.getDefaultValues()
           
static LogEntry LogEntry.getEntryTemplate(Logger logger)
          Return a new LogEntry object with default values.
 

Methods in org.almendra.janet.cas.node with parameters of type LogEntry
protected  void LogEntry.fillFromEntryTemplate(LogEntry entry)
          Fill a LogEntry with default values.
protected  void Logger.setDefaultValues(LogEntry defaultValuesEntry)
           
 

Constructors in org.almendra.janet.cas.node with parameters of type LogEntry
LogEntry(LogEntry entry)
          Creates a new LogEntry object.
Logger(LogEntry defaultValuesEntry)
          Creates a new Logger object.
 

Uses of LogEntry in org.almendra.janet.cas.schedulers
 

Methods in org.almendra.janet.cas.schedulers that return LogEntry
protected  LogEntry AbstractScheduler.getDefaultLogEntry(java.lang.String eventName)