| Interface | Description |
|---|---|
| ClassLoadingAwareObjectInputStream.TrustedClassFilter |
Security Filter used to filter classes that the application deems to be insecure, this filter
is not applied to the class instances for the primitive types, and array types are narrowed
to the component type of the array before being passed into this filter.
|
| 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.
|
| VariableExpansion.Resolver |
| Class | Description |
|---|---|
| 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 |
| Exception | Description |
|---|---|
| InvalidContentTypeException | |
| ResourceNotFoundException | |
| VariableExpansion.UnresolvedVariableException |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.