| ClassLoadingAwareObjectInputStream |
|
| ContentTypeSupport |
|
| FactoryFinder<T> |
A Factory finding helper class used to locate objects that serve as Factories for
other Object types.
|
| FactoryFinder.StandaloneObjectFactory |
The default implementation of Object factory which works well in stand-alone applications.
|
| FifoMessageQueue |
Simple first in / first out Message Queue.
|
| IdGenerator |
Generator for Globally unique Strings used to identify resources within a given Connection.
|
| InetAddressUtil |
|
| IOExceptionSupport |
Used to make throwing IOException instances easier.
|
| LRUCache<K,V> |
A Simple LRU Cache based on a LinkedHashMap.
|
| MetaDataSupport |
|
| NoOpExecutor |
Simple executor implementation that ignores any requests to
execute a task.
|
| PriorityMessageQueue |
Simple Message Priority ordered Queue.
|
| PropertyUtil |
Utilities for properties
|
| QpidJMSThreadFactory |
Simple ThreadFactory object
|
| StopWatch |
A very simple stop watch.
|
| StringArrayConverter |
Class for converting to/from String[] to be used instead of a
PropertyEditor which otherwise causes memory leaks as the
JDK PropertyEditorManager is a static class and has strong
references to classes, causing problems in hot-deployment environments.
|
| ThreadPoolUtils |
Utility methods for working with thread pools ExecutorService.
|
| TimeUtils |
Time utils.
|
| TypeConversionSupport |
|
| URISupport |
Provides support methods for dealing with URI values.
|
| URISupport.CompositeData |
A composite URI can be split into one or more CompositeData object which each represent
the individual URIs that comprise the composite one.
|
| VariableExpansion |
|
| VariableExpansion.MapResolver |
|