Interface | Description |
---|---|
FactoryFinder.ObjectFactory |
The strategy that the FactoryFinder uses to find load and instantiate Objects can be
changed out by calling the
FactoryFinder.setObjectFactory(org.apache.qpid.jms.util.FactoryFinder.ObjectFactory)
method with a custom implementation of ObjectFactory. |
MessageQueue |
Queue based storage interface for inbound Messages.
|
Class | Description |
---|---|
AbstractMessageQueue |
Abstract Message Queue class used to implement the common functions of a Message Queue
instance.
|
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 | |
PriorityMessageQueue |
Simple Message Priority ordered Queue.
|
PropertyUtil |
Utilities for properties
|
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.
|
Exception | Description |
---|---|
InvalidContentTypeException | |
ResourceNotFoundException |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.