Uses of Interface
org.syrup.LogEntry

Packages that use LogEntry
org.syrup Provides all the basic Syrup interfaces. 
org.syrup.helpers Provides the most used implementations of Syrup interfaces. 
org.syrup.sql The concrete RDMS/JDBC implementation of Syrup. 
 

Uses of LogEntry in org.syrup
 

Subinterfaces of LogEntry in org.syrup
 interface LogEntryTemplate
          A template example of a LogEntry.
 

Methods in org.syrup that return LogEntry
 LogEntry[] WorkSpace.match(LogEntryTemplate template)
           
 

Uses of LogEntry in org.syrup.helpers
 

Classes in org.syrup.helpers that implement LogEntry
 class LogEntryImpl
          A generic LogEntry Implementation.
 class LogEntryTemplateImpl
          A generic LogEntryTemplateImpl implementation.
 

Methods in org.syrup.helpers that return LogEntry
static LogEntry LogEntryImpl.create(long time_, java.lang.String key_, int event_, java.lang.String worker_)
           
 

Methods in org.syrup.helpers with parameters of type LogEntry
 void XMLOutput.output(LogEntry l, org.apache.xml.serializer.SerializationHandler handler)
           
 void XMLOutput.start(LogEntry l, org.apache.xml.serializer.SerializationHandler handler)
           
 void XMLOutput.end(LogEntry l, org.apache.xml.serializer.SerializationHandler handler)
           
 

Uses of LogEntry in org.syrup.sql
 

Methods in org.syrup.sql that return LogEntry
 LogEntry[] GenericFunctions.match(LogEntryTemplate template, SyrupConnection con)
          Get LogEntries matching the LogEntryTemplate.
protected  LogEntry QueryFunctions.readLogEntry(java.sql.ResultSet result)
          Returns a LogEntry held by a ResultSet
 LogEntry[] SQLWorkSpace.match(LogEntryTemplate template)