| Interface | Description |
|---|---|
| ConcurrentSet<E> |
A ConcurrentSet
|
| FactoryFinder.ObjectFactory |
The strategy that the FactoryFinder uses to find load and instantiate Objects
can be changed out by calling the setObjectFactory method with a custom implementation of ObjectFactory.
|
| ReferenceCounter | |
| SensitiveDataCodec<T> |
A SensitiveDataCodec
This interface is used for implementing a value decoder.
|
| Class | Description |
|---|---|
| ActiveMQThreadFactory | |
| ActiveMQThreadPoolExecutor | |
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| ByteUtil | |
| CertificateUtil | |
| ClassloadingUtil |
This class will be used to perform generic class-loader operations,
such as load a class first using TCCL, and then the classLoader used by ActiveMQ Artemis (ClassloadingUtil.getClass().getClassLoader()).
|
| ConcurrentHashSet<E> |
A ConcurrentHashSet.
|
| DataConstants | |
| DefaultSensitiveStringCodec |
A DefaultSensitiveDataCodec
The default implementation of SensitiveDataCodec.
|
| FactoryFinder | |
| FactoryFinder.StandaloneObjectFactory |
The default implementation of Object factory which works well in standalone applications.
|
| FileUtil | |
| IPV6Util | |
| PasswordMaskingUtil | |
| PendingTask |
This is similar to a Runnable, except that we throw exceptions.
|
| RandomUtil | |
| ReferenceCounterUtil | |
| ReusableLatch |
This class will use the framework provided to by AbstractQueuedSynchronizer.
|
| SelectorTranslator |
This class converts a JMS selector expression into an ActiveMQ Artemis core filter expression.
|
| StringEscapeUtils | |
| TypedProperties |
Property Value Conversion.
|
| UTF8Util |
A UTF8Util
This class will write UTFs directly to the ByteOutput (through the MessageBuffer interface)
|
| UTF8Util.StringUtilBuffer | |
| UUID |
UUID represents Universally Unique Identifiers (aka Global UID in Windows
world).
|
| UUIDGenerator | |
| UUIDTimer |
UUIDTimer produces the time stamps required for time-based UUIDs.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.