|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntryTemplate | |
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. |
org.syrup.workers | Provides for the default Worker implementations. |
Uses of LogEntryTemplate in org.syrup |
Methods in org.syrup with parameters of type LogEntryTemplate | |
LogEntry[] |
WorkSpace.match(LogEntryTemplate template)
|
Uses of LogEntryTemplate in org.syrup.helpers |
Classes in org.syrup.helpers that implement LogEntryTemplate | |
class |
LogEntryTemplateImpl
A generic LogEntryTemplateImpl implementation. |
Uses of LogEntryTemplate in org.syrup.sql |
Methods in org.syrup.sql with parameters of type LogEntryTemplate | |
LogEntry[] |
GenericFunctions.match(LogEntryTemplate template,
SyrupConnection con)
Get LogEntries matching the LogEntryTemplate. |
LogEntry[] |
SQLWorkSpace.match(LogEntryTemplate template)
|
Uses of LogEntryTemplate in org.syrup.workers |
Methods in org.syrup.workers with parameters of type LogEntryTemplate | |
static int |
DefaultWorker.match(WorkSpace sp,
LogEntryTemplate template,
java.io.OutputStream out)
Return LogEntries that match a LogEntryTemplate by writing them out in XML format. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |