Module org.jpo
Package org.jpo.cache
package org.jpo.cache
Package for the cache objects used in JPO. JPO uses Apache JCS for the cache.
-
ClassDescriptionSerializable array of bytes representing an ImageCache for the Jpo applicationPriority enum for the Thumbnail Queue.Instantiated objects of this class sit on their thread, polling the ThumbnailCreationQueue for new thumbnail creation requests.instance of this class will monitor whether we have run out of live ThumbnailCreationDaemonsA singleton to create, track and monitor the ThumbnailCreationDaemon thread objects.Queue that holds requests to create Thumbnails from Images.The ThumbnailQueueRequest is the type of object that will sit on the
ThumbnailCreationQueue
with a references to theThumbnailQueueRequestCallbackHandler
and the queue priority.Informs that the ImageIcon on a ThumbnailQueueRequest is ready for displaying