Package org.dasein.util

Interface Summary
CachedItem Represents an object that may expire in one of the Dasein-managed caches.
CacheLoader<T> Loads a cached item from its persistent data store.
DelegatedComparable Used by the GenericSorter to delegate sorting on this object to some other object.
JiteratorFilter<T>  
JiteratorPopulator<T>  
 

Class Summary
BrowseIterator<T> Iterates through a multi-page list of items.
Cache<T> Provides a cache of objects that will expire its contents as those contents fail to be used.
CalendarWrapper Creates sanity out of the utter crap known as the Calendar class by wrapping common methods in bean-friendly calls.
ConcurrentCache<K,V> Caches objects that implement the CachedItem interface and manages their life cycle.
ConcurrentMultiCache<T> A concurrent multi-cache caches objects along multiple unique keys.
CSVParser  
Filter<S,T> Enables rapid development of fast collection filters that potentially map to different collection types.
GenericSorter<T>  
IterableReader  
JitCollection<T>  
Jiterator<T> A "Just-in-time" iterator for streaming a flow of objects across an iterable interface.
LifoStack<E> Provides a last-in, first-out stack.
MapLoader<T> Loads objects of a specific class automatically from a Map.
Money //TODO javadoc
NamedThreadFactory  
NameValuePair  
PoolTerminator  
PopulatorThread<T>  
PseudoMap<K,V> Convenience class for things that should "look like" a Map for the purposes of JSTL, yet are not truly maps.
Retry<T>  
TimePeriod  
TimeWindow  
TimeZoneWrapper  
TimeZoneWrapper.ZoneSorter  
Translation<T>
Last modified: $Date: 2007/04/15 11:19:44 $
Translator<T>
Last modified: $Date
 

Enum Summary
DayOfWeek  
 

Exception Summary
CacheManagementException Triggered when requests are made of the cache that don't match the cache management contract.
CurrencyMismatchException //TODO javadoc
DateFormatException  
InvalidLocaleException  
JiteratorLoadException  
Retry.RetryException  
 



Copyright © 2011 enStratus Networks LLC. All Rights Reserved.