Package org.apache.qpid.jms.util
package org.apache.qpid.jms.util
-
ClassDescriptionSecurity 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.A Factory finding helper class used to locate objects that serve as Factories for other Object types.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.The default implementation of Object factory which works well in stand-alone applications.Simple first in / first out Message Queue.Generator for Globally unique Strings used to identify resources within a given Connection.Used to make throwing IOException instances easier.LRUCache<K,V> A Simple LRU Cache based on a LinkedHashMap.Queue based storage interface for inbound Messages.Simple executor implementation that ignores any requests to execute a task.Simple Message Priority ordered Queue.Utilities for propertiesSimple ThreadFactory objectA very simple stop watch.Class for converting to/from String[] to be used instead of aPropertyEditorwhich otherwise causes memory leaks as the JDKPropertyEditorManageris a static class and has strong references to classes, causing problems in hot-deployment environments.Utility methods for working with thread poolsExecutorService.Time utils.Provides support methods for dealing with URI values.A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.