Package org.mule.util.queue

A generic queue implementation extending the concurrent APIs with pluggable queue persistence.

See:
          Description

Interface Summary
PersistenceStrategy PersistenceStrategy TODO
 

Class Summary
BoundedPersistentQueue BoundedPersistentQueue is a UMOEvent queue implementation that can automatically persist events when they are queue.
EventHolder EventHolder used to contain an event for serialisation.
SerialisationPersistence SerialisationPersistence persists event objects to disk.
SerialisationPersistence.EventFilenameFilter  
 

Exception Summary
PersistentQueueException PersistentQueueException is thrown when a Mule persistent queue cannot save or remove an item or if there is a problem loading the queue
 

Package org.mule.util.queue Description

A generic queue implementation extending the concurrent APIs with pluggable queue persistence.



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.