| Interface | Description |
|---|---|
| Abortable |
Classes whose instances can be aborted, stopped and started (from other threads) implement this interface.
|
| Class | Description |
|---|---|
| AbortableHolder | |
| DiscardingObjectOutput |
Simple implementation of an
ObjectOutput interface that accepts and discards all output. |
| EntryExitManager |
Manages threads entering and exiting a notional region.
|
| HexDisplay | |
| IteratorEnum<E> |
An implementation of
Enumeration that uses an Iterator. |
| RMQByteArrayOutputStream | |
| TimeTracker |
Simple class to track elapsed time.
|
| UriCodec |
Helper class to encode/decode (pieces of) URI strings
|
| Util |
Utility class which generates unique string identifiers.
|
| WhiteListObjectInputStream |
An
ObjectInputStream implementation that checks loaded classes
against a list of trusted packages or package prefixes. |
| Exception | Description |
|---|---|
| AbortedException |
Internal exception to indicate that waiting API call has been cancelled by other API action -- e.g.
|
| RMQJMSException |
Wraps an exception as a
JMSException. |
| RMQJMSSecurityException |
Wraps an exception as a
JMSSecurityException. |
| RMQJMSSelectorException |
Wraps an exception as a
InvalidSelectorException. |
| RMQMessageFormatException |
Wraps an exception as a JMS
MessageFormatException. |
Copyright © 2022. All rights reserved.