Uses of Interface
org.syrup.WorkSpace

Packages that use WorkSpace
org.syrup.sql The concrete RDMS/JDBC implementation of Syrup. 
org.syrup.workers Provides for the default Worker implementations. 
 

Uses of WorkSpace in org.syrup.sql
 

Classes in org.syrup.sql that implement WorkSpace
 class SQLWorkSpace
          Provides a JDBC implementation of a WorkSpace.
 

Uses of WorkSpace in org.syrup.workers
 

Methods in org.syrup.workers with parameters of type WorkSpace
static int DefaultWorker.match(WorkSpace sp, PTaskTemplate template, java.io.OutputStream out)
          Return PTasks that match a PTaskTemplate by writing them out in XML format.
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.
static int DefaultWorker.get(WorkSpace sp, PTaskTemplate template, java.io.OutputStream out)
          Get the Contexts that match a PTaskTemplate by writing them out in XML format.
static void DefaultWorker.execute(WorkSpace sp, PTaskTemplate template, long totalIterations, long pollInterval)
          Executes PTasks that match a PTaskTemplate by writing them out in XML format.