| AbstractByteBufPool<T> |
Thread-safe <T> interner.
|
| AbstractLatch |
|
| AbstractLatch.CountSync |
Look at the doc and examples provided by AbstractQueuedSynchronizer for more information
|
| AbstractPool<I,O> |
Thread-safe <T> interner.
|
| ActiveMQThreadFactory |
|
| ActiveMQThreadPoolExecutor |
|
| AutomaticLatch |
An automatic latch has the same semantic as the ReusableLatch
However this class has a replaceable callback that could be called
when the number of elements reach zero.
|
| 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.
|
| BooleanUtil |
|
| ByteUtil |
|
| 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()).
|
| CompositeAddress |
|
| ConcurrentUtil |
|
| DataConstants |
|
| DefaultSensitiveStringCodec |
A DefaultSensitiveDataCodec
The default implementation of SensitiveDataCodec.
|
| DestinationUtil |
|
| Env |
Utility that detects various properties specific to the current runtime
environment, such as JVM bitness and OS type.
|
| FactoryFinder |
|
| FactoryFinder.StandaloneObjectFactory |
The default implementation of Object factory which works well in standalone applications.
|
| FileUtil |
|
| InetAddresses |
Static utility methods pertaining to InetAddress instances.
|
| IPV6Util |
|
| JsonLoader |
This is to make sure we use the proper classLoader to load JSon libraries.
|
| LazyHashProcessor |
|
| ListUtil |
|
| NoHashProcessor |
A hash processor that just does plain text comparison
|
| PasswordMaskingUtil |
|
| PendingTask |
This is similar to a Runnable, except that we throw exceptions.
|
| PowerOf2Util |
Collection of bit-tricks for power of 2 cases.
|
| Preconditions |
|
| RandomUtil |
|
| ReferenceCounterUtil |
|
| ReusableLatch |
This class will use the framework provided to by AbstractQueuedSynchronizer.
|
| SecureHashProcessor |
|
| SelectorTranslator |
This class converts a JMS selector expression into an ActiveMQ Artemis core filter expression.
|
| SimpleFutureImpl<V> |
|
| SizeAwareMetric |
|
| SpawnedVMSupport |
|
| StringEscapeUtils |
|
| StringPrintStream |
|
| Suppliers |
|
| ThreadDumpUtil |
|
| TimeUtils |
Time utils.
|
| TypedProperties |
Deprecated.
|
| UTF8Util |
A UTF8Util
This class will write UTFs directly to the ByteOutput (through the MessageBuffer interface)
|
| UUID |
UUID represents Universally Unique Identifiers (aka Global UID in Windows
world).
|
| UUIDGenerator |
|
| UUIDTimer |
UUIDTimer produces the time stamps required for time-based UUIDs.
|
| Waiter |
|