ActiveMQMessageUtils
| Message utilities |
code | html |
BitArray
| Simple BitArray to enable setting multiple boolean values efficently Used
instead of BitSet because BitSet does not allow for efficent serialization. |
code | html |
BitArrayBin
| Holder for many bitArrays - used for message audit |
code | html |
BooleanEditor
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
BrokerSupport
| Utility class for re-sending messages |
code | html |
ByteArrayInputStream
| Very similar to the java.io.ByteArrayInputStream but this version is not
thread safe. |
code | html |
ByteArrayOutputStream
| Very similar to the java.io.ByteArrayOutputStream but this version
is not thread safe and the resulting data is returned in a ByteSequence
to avoid an extra byte[] allocation. |
code | html |
ByteSequence
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
ByteSequenceData
| Used to write and read primitives to and from a ByteSequence. |
code | html |
ClassLoadingAwareObjectInputStream
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
DataByteArrayInputStream
| Optimized ByteArrayInputStream that can be used more than once |
code | html |
DataByteArrayOutputStream
| Optimized ByteArrayOutputStream |
code | html |
DefaultIOExceptionHandler
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
FactoryFinder
| |
code | html |
FactoryFinder.StandaloneObjectFactory
| The default implementation of Object factory which works well in standalone applications. |
code | html |
FilenameGuardFilter
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
FilenameGuardFilter.GuardedHttpServletRequest
| |
code | html |
HexSupport
| Used to convert to hex from byte arrays and back. |
code | html |
IOExceptionSupport
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
IOHelper
| |
code | html |
IdGenerator
| Generator for Globally unique Strings. |
code | html |
IndentPrinter
| A helper class for printing indented text |
code | html |
IntSequenceGenerator
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
IntrospectionSupport
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
JMSExceptionSupport
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
JMXSupport
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
JmsLogAppender
| A JMS 1.1 log4j appender which uses ActiveMQ by default and does not require
any JNDI configurations |
code | html |
JndiJmsLogAppender
| A JMS 1.1 log4j appender which uses JNDI to locate a JMS ConnectionFactory to
use for logging events. |
code | html |
LRUCache
| A Simple LRU Cache |
code | html |
LRUSet
| A Simple LRU Set |
code | html |
LinkedNode
| Provides a base class for you to extend when you want object to maintain a
doubly linked list to other objects without using a collection class. |
code | html |
ListEditor
| Used to serialize lists of ActiveMQDestinations. |
code | html |
LogWriterFinder
| Class used to find a LogWriter implementation, and returning
a LogWriter object, taking as argument the name of a log writer. |
code | html |
LongSequenceGenerator
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
MapHelper
| A bunch of utility methods for working with maps |
code | html |
MarshallingSupport
| The fixed version of the UTF8 encoding function. |
code | html |
MemoryIntPropertyEditor
| Converts string values like "20 Mb", "1024kb", and "1g" to int values in
bytes. |
code | html |
MemoryPropertyEditor
| Converts string values like "20 Mb", "1024kb", and "1g" to long values in
bytes. |
code | html |
MessageDestinationComparator
| A comparator which works on SendCommand objects to compare the destinations |
code | html |
RestFilter
|
Adds support for HTTP PUT, MOVE and DELETE methods. |
code | html |
ServiceStopper
| A helper class used to stop a bunch of services, catching and logging any
exceptions and then throwing the first exception when everything is stoped. |
code | html |
SubscriptionKey
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
ThreadTracker
| Debugging tool to track entry points through code, useful to see runtime call paths
To use, add to a method as follows:
public void someMethod() {
ThreadTracker.track("someMethod");
... |
code | html |
Trace
| |
code | html |
Tracker
| |
code | html |
TransactionTemplate
| A helper class for running code with a PersistenceAdapter in a transaction. |
code | html |
TypeConversionSupport
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
TypeConversionSupport.ConversionKey
| |
code | html |
URISupport
| |
code | html |
URISupport.CompositeData
| |
code | html |
WrappedException
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
XStreamFactoryBean
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |