Package org.writersforge.catalan.process.queue

Catalan Processing Queues.

See:
          Description

Interface Summary
INamedQueue A IQueue that holds named properties; an INamedQueue should wrap a Map collection.
IQueue A collection of processing nodes.
 

Class Summary
Alert A message returned from the transform processing.
AlertPriority An enumeration of Alert severities.
AlertQueue Manager for all alerts generated during a processing run.
DefaultNamedQueue A IQueue that holds named properties; an INamedQueue should wrap a Map collection.
DefaultQueue A collection of processing nodes.
NodeSelection Selection criteria for nodes within a IQueue.
QueueManager Manager for a group of named IQueue objects.
 

Exception Summary
QueueException An exception for IQueue-related problems.
 

Package org.writersforge.catalan.process.queue Description

Catalan Processing Queues. This package contains classes to implement and manage the IQueue interface.