Skip navigation links
ActiveMQ Artemis Commons 1.5.5.012-redhat-1
A B C D E F G H I J L M N O P R S T U V W 

A

ActiveMQAddressExistsException - Exception in org.apache.activemq.artemis.api.core
An operation failed because an address exists on the server.
ActiveMQAddressExistsException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQAddressExistsException
 
ActiveMQAddressExistsException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQAddressExistsException
 
ActiveMQAddressFullException - Exception in org.apache.activemq.artemis.api.core
An address is full.
ActiveMQAddressFullException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQAddressFullException
 
ActiveMQAddressFullException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQAddressFullException
 
ActiveMQAlreadyReplicatingException - Exception in org.apache.activemq.artemis.api.core
The server is already paired with a replicating backup.
ActiveMQAlreadyReplicatingException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQAlreadyReplicatingException
 
ActiveMQAlreadyReplicatingException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQAlreadyReplicatingException
 
ActiveMQBuffer - Interface in org.apache.activemq.artemis.api.core
An ActiveMQBuffer wraps a Netty's ChannelBuffer and is used throughout ActiveMQ Artemis code base.
ActiveMQBuffers - Class in org.apache.activemq.artemis.api.core
Factory class to create instances of ActiveMQBuffer.
ActiveMQClusterSecurityException - Exception in org.apache.activemq.artemis.api.core
Security exception thrown when the cluster user fails authentication.
ActiveMQClusterSecurityException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQClusterSecurityException
 
ActiveMQClusterSecurityException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQClusterSecurityException
 
ActiveMQComponent - Interface in org.apache.activemq.artemis.core.server
 
ActiveMQConnectionTimedOutException - Exception in org.apache.activemq.artemis.api.core
A client timed out will connecting to ActiveMQ Artemis server.
ActiveMQConnectionTimedOutException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQConnectionTimedOutException
 
ActiveMQConnectionTimedOutException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQConnectionTimedOutException
 
ActiveMQDisconnectedException - Exception in org.apache.activemq.artemis.api.core
A client was disconnected from ActiveMQ Artemis server when the server has shut down.
ActiveMQDisconnectedException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQDisconnectedException
 
ActiveMQDisconnectedException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQDisconnectedException
 
ActiveMQDuplicateIdException - Exception in org.apache.activemq.artemis.api.core
A DuplicateID was rejected.
ActiveMQDuplicateIdException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQDuplicateIdException
 
ActiveMQDuplicateIdException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQDuplicateIdException
 
ActiveMQDuplicateMetaDataException - Exception in org.apache.activemq.artemis.api.core
A Session Metadata was set in duplication
ActiveMQDuplicateMetaDataException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQDuplicateMetaDataException
 
ActiveMQDuplicateMetaDataException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQDuplicateMetaDataException
 
ActiveMQException - Exception in org.apache.activemq.artemis.api.core
ActiveMQException is the root exception for the ActiveMQ Artemis API.
ActiveMQException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(String, ActiveMQExceptionType) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(String, Throwable, ActiveMQExceptionType) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(int, String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(ActiveMQExceptionType, String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(ActiveMQExceptionType) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQException(ActiveMQExceptionType, String, Throwable) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQException
 
ActiveMQExceptionType - Enum in org.apache.activemq.artemis.api.core
Defines all ActiveMQException types and their codes.
ActiveMQIllegalStateException - Exception in org.apache.activemq.artemis.api.core
An ActiveMQ Artemis resource is not in a legal state (e.g.
ActiveMQIllegalStateException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException
 
ActiveMQIllegalStateException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException
 
ActiveMQIncompatibleClientServerException - Exception in org.apache.activemq.artemis.api.core
The server version and the client version are incompatible.
ActiveMQIncompatibleClientServerException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIncompatibleClientServerException
 
ActiveMQIncompatibleClientServerException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIncompatibleClientServerException
 
ActiveMQInterceptorRejectedPacketException - Exception in org.apache.activemq.artemis.api.core
An outgoing interceptor returned false.
ActiveMQInterceptorRejectedPacketException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInterceptorRejectedPacketException
 
ActiveMQInterceptorRejectedPacketException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInterceptorRejectedPacketException
 
ActiveMQInternalErrorException - Exception in org.apache.activemq.artemis.api.core
Internal error which prevented ActiveMQ Artemis from performing an important operation.
ActiveMQInternalErrorException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException
 
ActiveMQInternalErrorException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException
 
ActiveMQInternalErrorException(String, Exception) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException
 
ActiveMQInternalErrorException(String, Throwable) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException
 
ActiveMQInterruptedException - Exception in org.apache.activemq.artemis.api.core
When an interruption happens, we will just throw a non-checked exception.
ActiveMQInterruptedException(Throwable) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInterruptedException
 
ActiveMQInterruptedException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInterruptedException
 
ActiveMQInvalidFilterExpressionException - Exception in org.apache.activemq.artemis.api.core
A filter expression was found to be invalid.
ActiveMQInvalidFilterExpressionException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInvalidFilterExpressionException
 
ActiveMQInvalidFilterExpressionException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInvalidFilterExpressionException
 
ActiveMQInvalidTransientQueueUseException - Exception in org.apache.activemq.artemis.api.core
An operation failed because a queue exists on the server.
ActiveMQInvalidTransientQueueUseException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInvalidTransientQueueUseException
 
ActiveMQInvalidTransientQueueUseException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQInvalidTransientQueueUseException
 
ActiveMQIOErrorException - Exception in org.apache.activemq.artemis.api.core
Unexpected I/O error occurred on the server.
ActiveMQIOErrorException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIOErrorException
 
ActiveMQIOErrorException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIOErrorException
 
ActiveMQIOErrorException(String, Throwable) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQIOErrorException
 
ActiveMQLargeMessageException - Exception in org.apache.activemq.artemis.api.core
A problem occurred while manipulating the body of a large message.
ActiveMQLargeMessageException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQLargeMessageException
 
ActiveMQLargeMessageException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQLargeMessageException
 
ActiveMQLargeMessageInterruptedException - Exception in org.apache.activemq.artemis.api.core
 
ActiveMQLargeMessageInterruptedException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQLargeMessageInterruptedException
 
ActiveMQLargeMessageInterruptedException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQLargeMessageInterruptedException
 
ActiveMQNativeIOError - Exception in org.apache.activemq.artemis.api.core
An error has happened at ActiveMQ's native (non-Java) code used in reading and writing data.
ActiveMQNativeIOError() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNativeIOError
 
ActiveMQNativeIOError(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNativeIOError
 
ActiveMQNativeIOError(String, Throwable) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNativeIOError
 
ActiveMQNonExistentQueueException - Exception in org.apache.activemq.artemis.api.core
An operation failed because a queue does not exist on the server.
ActiveMQNonExistentQueueException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException
 
ActiveMQNonExistentQueueException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException
 
ActiveMQNotConnectedException - Exception in org.apache.activemq.artemis.api.core
A client is not able to connect to ActiveMQ Artemis server.
ActiveMQNotConnectedException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException
 
ActiveMQNotConnectedException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException
 
ActiveMQObjectClosedException - Exception in org.apache.activemq.artemis.api.core
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is closed.
ActiveMQObjectClosedException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQObjectClosedException
 
ActiveMQObjectClosedException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQObjectClosedException
 
ActiveMQPropertyConversionException - Exception in org.apache.activemq.artemis.api.core
A PropertyConversionException is thrown by org.apache.activemq.artemis.api.core.Message methods when a property can not be converted to the expected type.
ActiveMQPropertyConversionException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQPropertyConversionException
 
ActiveMQQueueExistsException - Exception in org.apache.activemq.artemis.api.core
An operation failed because a queue exists on the server.
ActiveMQQueueExistsException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQQueueExistsException
 
ActiveMQQueueExistsException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQQueueExistsException
 
ActiveMQRemoteDisconnectException - Exception in org.apache.activemq.artemis.api.core
A security problem occurred (authentication issues, permission issues,...)
ActiveMQRemoteDisconnectException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQRemoteDisconnectException
 
ActiveMQRemoteDisconnectException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQRemoteDisconnectException
 
ActiveMQScheduledComponent - Class in org.apache.activemq.artemis.core.server
This is for components with a scheduled at a fixed rate.
ActiveMQScheduledComponent(ScheduledExecutorService, Executor, long, long, TimeUnit, boolean) - Constructor for class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
It creates a scheduled component that can trigger Runnable.run() with a fixed checkPeriod on a configured executor.
ActiveMQScheduledComponent(ScheduledExecutorService, Executor, long, TimeUnit, boolean) - Constructor for class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
It creates a scheduled component that can trigger Runnable.run() with a fixed checkPeriod on a configured executor.
ActiveMQScheduledComponent(long, long, TimeUnit, boolean) - Constructor for class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
It creates a scheduled component that can trigger Runnable.run() with a fixed checkPeriod on a configured executor.
ActiveMQScheduledComponent(long, TimeUnit, boolean) - Constructor for class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
It creates a scheduled component that can trigger Runnable.run() with a fixed checkPeriod on a configured executor.
ActiveMQSecurityException - Exception in org.apache.activemq.artemis.api.core
A security problem occurred (authentication issues, permission issues,...)
ActiveMQSecurityException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQSecurityException
 
ActiveMQSecurityException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQSecurityException
 
ActiveMQSessionCreationException - Exception in org.apache.activemq.artemis.api.core
The creation of a session was rejected by the server (e.g.
ActiveMQSessionCreationException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQSessionCreationException
 
ActiveMQSessionCreationException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQSessionCreationException
 
ActiveMQThreadFactory - Class in org.apache.activemq.artemis.utils
 
ActiveMQThreadFactory(String, boolean, ClassLoader) - Constructor for class org.apache.activemq.artemis.utils.ActiveMQThreadFactory
Construct a new instance.
ActiveMQThreadFactory(String, String, boolean, ClassLoader) - Constructor for class org.apache.activemq.artemis.utils.ActiveMQThreadFactory
Construct a new instance.
ActiveMQThreadPoolExecutor - Class in org.apache.activemq.artemis.utils
 
ActiveMQThreadPoolExecutor(int, int, long, TimeUnit, ThreadFactory) - Constructor for class org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor
 
ActiveMQTransactionOutcomeUnknownException - Exception in org.apache.activemq.artemis.api.core
The outcome of a transaction is unknown.
ActiveMQTransactionOutcomeUnknownException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQTransactionOutcomeUnknownException
 
ActiveMQTransactionOutcomeUnknownException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQTransactionOutcomeUnknownException
 
ActiveMQTransactionRolledBackException - Exception in org.apache.activemq.artemis.api.core
A transaction was rolled back.
ActiveMQTransactionRolledBackException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQTransactionRolledBackException
 
ActiveMQTransactionRolledBackException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQTransactionRolledBackException
 
ActiveMQTransactionTimeoutException - Exception in org.apache.activemq.artemis.api.core
 
ActiveMQTransactionTimeoutException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQTransactionTimeoutException
 
ActiveMQTransactionTimeoutException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQTransactionTimeoutException
 
ActiveMQUnBlockedException - Exception in org.apache.activemq.artemis.api.core
A blocking call from a client was unblocked during failover.
ActiveMQUnBlockedException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQUnBlockedException
 
ActiveMQUnBlockedException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQUnBlockedException
 
ActiveMQUnsupportedPacketException - Exception in org.apache.activemq.artemis.api.core
A packet of unsupported type was received by ActiveMQ Artemis PacketHandler.
ActiveMQUnsupportedPacketException() - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQUnsupportedPacketException
 
ActiveMQUnsupportedPacketException(String) - Constructor for exception org.apache.activemq.artemis.api.core.ActiveMQUnsupportedPacketException
 
ActiveMQUtilBundle - Interface in org.apache.activemq.artemis.logs
Logger Code 20 each message id must be 6 digits long starting with 20, the 3rd digit should be 9 so 209000 to 209999
ActiveMQUtilLogger - Interface in org.apache.activemq.artemis.logs
Logger Code 20 each message id must be 6 digits long starting with 20, the 3rd digit donates the level so INF0 1 WARN 2 DEBUG 3 ERROR 4 TRACE 5 FATAL 6 so an INFO message would be 201000 to 201999
add(E) - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
addAddress(InetAddress) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
addComponent(ActiveMQComponent) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
addIfAbsent(E) - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
addIfAbsent(E) - Method in interface org.apache.activemq.artemis.utils.ConcurrentSet
 
addIgnore(String, String) - Static method in class org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores
 
addressloopback(String) - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilLogger
 
addURL(URL) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
ALGORITHM - Static variable in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
applyParameters(URI, Map<String, String>) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a Key / Value mapping create and append a URI query value that represents the mapped entries, return the newly updated URI that contains the value of the given URI and the appended query value.
applyParameters(URI, Map<String, String>, String) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a Key / Value mapping create and append a URI query value that represents the mapped entries, return the newly updated URI that contains the value of the given URI and the appended query value.
ArtemisConstants - Class in org.apache.activemq.artemis
 
ArtemisConstants() - Constructor for class org.apache.activemq.artemis.ArtemisConstants
 
asBytes() - Method in class org.apache.activemq.artemis.utils.UUID
 
AssertionLoggerHandler - Class in org.apache.activemq.artemis.logs
This class contains a tool where programs could intercept for LogMessage given an interval of time between AssertionLoggerHandler.startCapture() and AssertionLoggerHandler.stopCapture() Be careful with this use as this is intended for testing only (such as testcases)
AssertionLoggerHandler() - Constructor for class org.apache.activemq.artemis.logs.AssertionLoggerHandler
 
await(Condition, long) - Static method in class org.apache.activemq.artemis.utils.ConcurrentUtil
Await for condition, handling spurious wakeups.
await() - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
await(long) - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
await(long, TimeUnit) - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 

B

Base64 - Class in org.apache.activemq.artemis.utils
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.apache.activemq.artemis.utils
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 - Class in org.apache.activemq.artemis.utils
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.
BeanSupport - Class in org.apache.activemq.artemis.utils.uri
 
BeanSupport() - Constructor for class org.apache.activemq.artemis.utils.uri.BeanSupport
 
BLOWFISH_KEY - Static variable in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
BOOLEAN - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
buffer - Variable in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
BUNDLE - Static variable in interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
 
BYTE - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
byteBuf() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns the underlying Netty's ByteBuf
byteBuf() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
byteBuffer - Variable in class org.apache.activemq.artemis.utils.UTF8Util.StringUtilBuffer
 
BYTES - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
bytesToHex(byte[]) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
bytesToHex(byte[], int) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
ByteUtil - Class in org.apache.activemq.artemis.utils
 
ByteUtil() - Constructor for class org.apache.activemq.artemis.utils.ByteUtil
 

C

calculateUTFSize(String, UTF8Util.StringUtilBuffer) - Static method in class org.apache.activemq.artemis.utils.UTF8Util
 
cancel(boolean) - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
capacity() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns the number of bytes this buffer can contain.
capacity() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
CertificateUtil - Class in org.apache.activemq.artemis.utils
 
CertificateUtil() - Constructor for class org.apache.activemq.artemis.utils.CertificateUtil
 
changeScheme(URI, String) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a URI value create and return a new URI that matches the target one but with the scheme value supplied to this method.
ChannelBufferWrapper - Class in org.apache.activemq.artemis.core.buffers.impl
 
ChannelBufferWrapper(ByteBuf) - Constructor for class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
ChannelBufferWrapper(ByteBuf, boolean) - Constructor for class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
ChannelBufferWrapper(ByteBuf, boolean, boolean) - Constructor for class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
CHAR - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
charAt(int) - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
charBuffer - Variable in class org.apache.activemq.artemis.utils.UTF8Util.StringUtilBuffer
 
check() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
check(InetAddress) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
check(URL) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
check() - Method in interface org.apache.activemq.artemis.utils.TimeUtils.CheckMethod
 
checkParenthesis(String) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Examine the supplied string and ensure that all parends appear as matching pairs.
ClassloadingUtil - Class in org.apache.activemq.artemis.utils
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()).
ClassloadingUtil() - Constructor for class org.apache.activemq.artemis.utils.ClassloadingUtil
 
clear() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the readerIndex and writerIndex of this buffer to 0.
clear() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
clear() - Static method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
 
clear() - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
clear() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
clearAddresses() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
clearBuffer() - Static method in class org.apache.activemq.artemis.utils.UTF8Util
 
clearComponents() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
clearURL() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
close() - Method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
close() - Method in class org.apache.activemq.artemis.utils.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
compare(char[], String) - Method in interface org.apache.activemq.artemis.utils.HashProcessor
compare the plain char array against the hash value
compare(char[], String) - Method in class org.apache.activemq.artemis.utils.NoHashProcessor
 
compare(char[], String) - Method in class org.apache.activemq.artemis.utils.SecureHashProcessor
 
compareTo(SimpleString) - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
CompositeData() - Constructor for class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
concat(String) - Method in class org.apache.activemq.artemis.api.core.SimpleString
Concatenates a SimpleString and a String
concat(SimpleString) - Method in class org.apache.activemq.artemis.api.core.SimpleString
Concatenates 2 SimpleString's
concat(char) - Method in class org.apache.activemq.artemis.api.core.SimpleString
Concatenates a SimpleString and a char
ConcurrentHashSet<E> - Class in org.apache.activemq.artemis.utils
A ConcurrentHashSet.
ConcurrentHashSet() - Constructor for class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
ConcurrentSet<E> - Interface in org.apache.activemq.artemis.utils
A ConcurrentSet
ConcurrentUtil - Class in org.apache.activemq.artemis.utils
 
ConcurrentUtil() - Constructor for class org.apache.activemq.artemis.utils.ConcurrentUtil
 
contains(char) - Method in class org.apache.activemq.artemis.api.core.SimpleString
checks to see if this SimpleString contains the char parameter passed in
contains(Object) - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
containsProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
convertTextBytes(String) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
convertToActiveMQFilterString(String) - Static method in class org.apache.activemq.artemis.utils.SelectorTranslator
 
copy() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns a copy of this buffer's readable bytes.
copy(int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns a copy of this buffer's sub-region.
copy() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
copy(int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
copyData(P, P) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
countDown() - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
countDown(int) - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
countUp() - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
create(String) - Method in interface org.apache.activemq.artemis.utils.FactoryFinder.ObjectFactory
 
create(String) - Method in class org.apache.activemq.artemis.utils.FactoryFinder.StandaloneObjectFactory
 
createException(String) - Method in enum org.apache.activemq.artemis.api.core.ActiveMQExceptionType
 
createException(int, String) - Static method in enum org.apache.activemq.artemis.api.core.ActiveMQExceptionType
 
createQueryString(Map<String, ? extends Object>) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a key / value mapping, create and return a URI formatted query string that is valid and can be appended to a URI.
createRemainingURI(URI, Map<String, String>) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Creates a URI from the original URI and the remaining parameters.
createSchema(String, T) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
createURIWithQuery(URI, String) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Creates a URI with the given query, removing an previous query value from the given URI.

D

DataConstants - Class in org.apache.activemq.artemis.utils
 
DataConstants() - Constructor for class org.apache.activemq.artemis.utils.DataConstants
 
debugFrame(Logger, String, ByteBuf) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
DECODE - Static variable in class org.apache.activemq.artemis.utils.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.apache.activemq.artemis.utils.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.apache.activemq.artemis.utils.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.apache.activemq.artemis.utils.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(Object) - Method in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
decode(Object) - Method in interface org.apache.activemq.artemis.utils.SensitiveDataCodec
 
decode(ActiveMQBuffer) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
decodeFileToFile(String, String) - Static method in class org.apache.activemq.artemis.utils.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.apache.activemq.artemis.utils.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.apache.activemq.artemis.utils.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.apache.activemq.artemis.utils.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeURI(String) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
decrement() - Method in interface org.apache.activemq.artemis.utils.ReferenceCounter
 
decrement() - Method in class org.apache.activemq.artemis.utils.ReferenceCounterUtil
 
DEFAULT_JOURNAL_BUFFER_SIZE_AIO - Static variable in class org.apache.activemq.artemis.ArtemisConstants
 
DEFAULT_JOURNAL_BUFFER_SIZE_NIO - Static variable in class org.apache.activemq.artemis.ArtemisConstants
 
DEFAULT_JOURNAL_BUFFER_TIMEOUT_AIO - Static variable in class org.apache.activemq.artemis.ArtemisConstants
 
DEFAULT_JOURNAL_BUFFER_TIMEOUT_NIO - Static variable in class org.apache.activemq.artemis.ArtemisConstants
 
DefaultSensitiveStringCodec - Class in org.apache.activemq.artemis.utils
A DefaultSensitiveDataCodec The default implementation of SensitiveDataCodec.
DefaultSensitiveStringCodec() - Constructor for class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
defaultThreadFactory() - Static method in class org.apache.activemq.artemis.utils.ActiveMQThreadFactory
 
delay() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
deleteDirectory(File) - Static method in class org.apache.activemq.artemis.utils.FileUtil
 
discardReadBytes() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
DONT_BREAK_LINES - Static variable in class org.apache.activemq.artemis.utils.Base64
Don't break lines when encoding (violates strict Base64 specification)
doPublish(ExtLogRecord) - Method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
 
DOUBLE - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
dumb - Static variable in interface org.apache.activemq.artemis.utils.SimpleFuture
 
dumb() - Static method in interface org.apache.activemq.artemis.utils.SimpleFuture
 
duplicate() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns a buffer which shares the whole region of this buffer.
duplicate() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
dynamicBuffer(int) - Static method in class org.apache.activemq.artemis.api.core.ActiveMQBuffers
Creates a self-expanding ActiveMQBuffer with the given initial size
dynamicBuffer(byte[]) - Static method in class org.apache.activemq.artemis.api.core.ActiveMQBuffers
Creates a self-expanding ActiveMQBuffer filled with the given byte array

E

encloseHost(String) - Static method in class org.apache.activemq.artemis.utils.IPV6Util
It will enclose an IPV6 host with [], that we need before building URIs
ENCODE - Static variable in class org.apache.activemq.artemis.utils.Base64
Specify encoding.
encode(Object) - Method in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
encode(Object) - Method in interface org.apache.activemq.artemis.utils.SensitiveDataCodec
 
encode(ActiveMQBuffer) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
encodeBytes(byte[]) - Static method in class org.apache.activemq.artemis.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.apache.activemq.artemis.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.apache.activemq.artemis.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.apache.activemq.artemis.utils.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.apache.activemq.artemis.utils.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.apache.activemq.artemis.utils.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.apache.activemq.artemis.utils.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.apache.activemq.artemis.utils.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.apache.activemq.artemis.utils.Base64
Convenience method for encoding data to a file.
encodeURI(String) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
Env - Class in org.apache.activemq.artemis.utils
Utility that detects various properties specific to the current runtime environment, such as JVM bitness and OS type.
equals(Object) - Method in class org.apache.activemq.artemis.api.core.Pair
 
equals(Object) - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
equals(Object) - Method in class org.apache.activemq.artemis.utils.UUID
Checking equality of UUIDs is easy; just compare the 128-bit number.
errorCreatingCodec(Exception, String) - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
 
escapeString(String) - Static method in class org.apache.activemq.artemis.utils.StringEscapeUtils
Adapted from commons lang StringEscapeUtils, escapes a string
execute(Runnable) - Method in class org.apache.activemq.artemis.utils.OrderedExecutorFactory.OrderedExecutor
 
ExecutorFactory - Interface in org.apache.activemq.artemis.utils
 
expandURI(String) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 

F

FactoryFinder - Class in org.apache.activemq.artemis.utils
 
FactoryFinder(String) - Constructor for class org.apache.activemq.artemis.utils.FactoryFinder
 
FactoryFinder.ObjectFactory - Interface in org.apache.activemq.artemis.utils
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.
FactoryFinder.StandaloneObjectFactory - Class in org.apache.activemq.artemis.utils
The default implementation of Object factory which works well in standalone applications.
fail(Throwable) - Method in interface org.apache.activemq.artemis.utils.SimpleFuture
 
fail(Throwable) - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
failedToParseLong(String) - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
 
FALSE - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
FileUtil - Class in org.apache.activemq.artemis.utils
 
FileUtil() - Constructor for class org.apache.activemq.artemis.utils.FileUtil
 
findResource(String) - Static method in class org.apache.activemq.artemis.utils.ClassloadingUtil
 
findText(long, String...) - Static method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
 
findText(String...) - Static method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
Find a line that contains the parameters passed as an argument
fixedBuffer(int) - Static method in class org.apache.activemq.artemis.api.core.ActiveMQBuffers
Creates a fixed ActiveMQBuffer of the given size
FLOAT - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
FluentPropertyBeanIntrospectorWithIgnores - Class in org.apache.activemq.artemis.utils.uri
 
FluentPropertyBeanIntrospectorWithIgnores() - Constructor for class org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores
 
flush() - Method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
flushBase64() - Method in class org.apache.activemq.artemis.utils.Base64.OutputStream
Method added by PHIL.
flushExecutor(Executor) - Static method in class org.apache.activemq.artemis.utils.OrderedExecutorFactory
 
flushExecutor(Executor, long, TimeUnit) - Static method in class org.apache.activemq.artemis.utils.OrderedExecutorFactory
 
formatGroup(String, int, int) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 

G

generateDummyAddress() - Method in class org.apache.activemq.artemis.utils.UUIDGenerator
 
generateSimpleStringUUID() - Method in class org.apache.activemq.artemis.utils.UUIDGenerator
 
generateStringUUID() - Method in class org.apache.activemq.artemis.utils.UUIDGenerator
 
generateTimeBasedUUID(byte[]) - Method in class org.apache.activemq.artemis.utils.UUIDGenerator
 
generateUUID() - Method in class org.apache.activemq.artemis.utils.UUIDGenerator
 
get() - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
get(long, TimeUnit) - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
getA() - Method in class org.apache.activemq.artemis.api.core.Pair
 
getActiveArray(ByteBuffer) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
getAddresses() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getB() - Method in class org.apache.activemq.artemis.api.core.Pair
 
getBooleanProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getByte(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getByteProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getBytes(int, ActiveMQBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, ActiveMQBuffer, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ActiveMQBuffer, int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, byte[], int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, byte[]) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, ByteBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, ActiveMQBuffer, int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, ActiveMQBuffer, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, ActiveMQBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getBytesProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getCertsFromChannel(Channel) - Static method in class org.apache.activemq.artemis.utils.CertificateUtil
 
getChar(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a char at the specified absolute index in this buffer.
getChar(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getCharProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getChars(int, int, char[], int) - Method in class org.apache.activemq.artemis.api.core.SimpleString
This method performs a similar function to String.getChars(int, int, char[], int).
getCode() - Method in enum org.apache.activemq.artemis.api.core.ActiveMQExceptionType
 
getCodec(String) - Static method in class org.apache.activemq.artemis.utils.PasswordMaskingUtil
 
getComponents() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
getCount() - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
getData() - Method in class org.apache.activemq.artemis.api.core.SimpleString
returns the underlying byte array of this SimpleString
getData(List<String>, Object...) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
getDefaultCodec() - Static method in class org.apache.activemq.artemis.utils.PasswordMaskingUtil
 
getDefaultURI() - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
getDefaultURI() - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
getDouble(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a double at the specified absolute index in this buffer.
getDouble(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getDoubleProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getEncodeSize() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getExecutor() - Method in interface org.apache.activemq.artemis.utils.ExecutorFactory
 
getExecutor() - Method in class org.apache.activemq.artemis.utils.OrderedExecutorFactory
Get an executor that always executes tasks in order.
getFactory() - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
getFloat(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a float at the specified absolute index in this buffer.
getFloat(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getFloatProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getFragment() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
getHardwareAddress() - Static method in class org.apache.activemq.artemis.utils.UUIDGenerator
If running java 6 or above, returns NetworkInterface.getHardwareAddress(), else return null.
getHashProcessor(String) - Static method in class org.apache.activemq.artemis.utils.PasswordMaskingUtil
 
getHashProcessor() - Static method in class org.apache.activemq.artemis.utils.PasswordMaskingUtil
 
getHost(URI) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
getHost() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
getInitialDelay() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
getInstance() - Static method in class org.apache.activemq.artemis.utils.UUIDGenerator
Method used for accessing the singleton generator instance.
getInt(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getIntProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getIpv4Command() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getIpv6Command() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getLong(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getLongProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getMap() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getMaximumPoolSize() - Method in class org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor
 
getMemoryOffset() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getNetworkTimeout() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getNICName() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getObjectFactory() - Static method in class org.apache.activemq.artemis.utils.FactoryFinder
 
getParameters() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
getPath() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
getPeriod() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
getPort(URI) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
getProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getPropertyNames() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getRandom() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
getRandomNumberGenerator() - Method in class org.apache.activemq.artemis.utils.UUIDGenerator
Method for getting the shared random number generator used for generating the UUIDs.
getSchemaName() - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
getScheme() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
getShort(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getShortProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getSimpleStringProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
getThreadFactory() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
getThreadFactory() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getThreadLocalBuffer() - Static method in class org.apache.activemq.artemis.utils.UTF8Util
 
getTimestamp(byte[]) - Method in class org.apache.activemq.artemis.utils.UUIDTimer
 
getTimeUnit() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
getType() - Method in exception org.apache.activemq.artemis.api.core.ActiveMQException
 
getType(int) - Static method in enum org.apache.activemq.artemis.api.core.ActiveMQExceptionType
 
getUnsignedByte(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedByte(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getUnsignedInt(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedInt(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getUnsignedShort(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.
getUnsignedShort(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
getUrls() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
getZeroPaddedSixBytes(byte[]) - Static method in class org.apache.activemq.artemis.utils.UUIDGenerator
 
GZIP - Static variable in class org.apache.activemq.artemis.utils.Base64
Specify that data should be gzip-compressed.

H

hash(String) - Method in interface org.apache.activemq.artemis.utils.HashProcessor
produce hash text from plain text
hash(String) - Method in class org.apache.activemq.artemis.utils.NoHashProcessor
 
hash(String) - Method in class org.apache.activemq.artemis.utils.SecureHashProcessor
 
hashCode() - Method in class org.apache.activemq.artemis.api.core.Pair
 
hashCode() - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
hashCode() - Method in class org.apache.activemq.artemis.utils.UUID
 
HashProcessor - Interface in org.apache.activemq.artemis.utils
Used to process Hash text for passwords
hasInternalProperties() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
hasLevel(Level) - Static method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
is there any record matching Level?
hexToBytes(String) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 

I

increment() - Method in interface org.apache.activemq.artemis.utils.ReferenceCounter
 
increment() - Method in class org.apache.activemq.artemis.utils.ReferenceCounterUtil
 
INDEX_CLOCK_HI - Static variable in class org.apache.activemq.artemis.utils.UUID
 
INDEX_CLOCK_LO - Static variable in class org.apache.activemq.artemis.utils.UUID
 
INDEX_CLOCK_MID - Static variable in class org.apache.activemq.artemis.utils.UUID
 
INDEX_CLOCK_SEQUENCE - Static variable in class org.apache.activemq.artemis.utils.UUID
 
INDEX_TYPE - Static variable in class org.apache.activemq.artemis.utils.UUID
 
INDEX_VARIATION - Static variable in class org.apache.activemq.artemis.utils.UUID
 
indexOfParenthesisMatch(String, int) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a string and a position in that string of an open parend, find the matching close parend.
init(Map<String, String>) - Method in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
init(Map<String, String>) - Method in interface org.apache.activemq.artemis.utils.SensitiveDataCodec
 
InputStream(InputStream) - Constructor for class org.apache.activemq.artemis.utils.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.apache.activemq.artemis.utils.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
INT - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
internalNewObject(URI, Map<String, String>, P) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
internalNewURI(T) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
This is the default implementation.
introspect(IntrospectionContext) - Method in class org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores
 
invalidProperty(String) - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
 
invalidType(Byte) - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
 
IPV4_DEFAULT_COMMAND - Static variable in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
IPV6_DEFAULT_COMMAND - Static variable in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
IPV6Util - Class in org.apache.activemq.artemis.utils
 
IPV6Util() - Constructor for class org.apache.activemq.artemis.utils.IPV6Util
 
is64BitJvm() - Static method in class org.apache.activemq.artemis.utils.Env
 
isCancelled() - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
isCompositeURI(URI) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Examine a URI and determine if it is a Composite type or not.
isDone() - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
isEmpty() - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
isEmpty() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
isFlushed() - Method in class org.apache.activemq.artemis.utils.OrderedExecutorFactory.OrderedExecutor
 
isIgnored(String, String) - Static method in class org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores
 
isIgnoreLoopback() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
isLinuxOs() - Static method in class org.apache.activemq.artemis.utils.Env
 
isStarted() - Method in interface org.apache.activemq.artemis.core.server.ActiveMQComponent
 
isStarted() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
isTestEnv() - Static method in class org.apache.activemq.artemis.utils.Env
 
iterator() - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 

J

JGROUPS - Static variable in class org.apache.activemq.artemis.utils.uri.SchemaConstants
 

L

length() - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
loadProperties(String) - Method in class org.apache.activemq.artemis.utils.FactoryFinder.StandaloneObjectFactory
 
LOGGER - Static variable in interface org.apache.activemq.artemis.logs.ActiveMQUtilLogger
The default logger.
LONG - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
longToBytes(long) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 

M

main(String[]) - Static method in class org.apache.activemq.artemis.utils.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
main(String[]) - Static method in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
This main class is as documented on configuration-index.md, where the user can mask the password here.
makeExec(File) - Static method in class org.apache.activemq.artemis.utils.FileUtil
 
markReaderIndex() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Marks the current readerIndex in this buffer.
markReaderIndex() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
markWriterIndex() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Marks the current writerIndex in this buffer.
markWriterIndex() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
maxString(String, int) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
missingPrivsForClassloader() - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilLogger
 

N

NAMESPACE_DNS - Static variable in class org.apache.activemq.artemis.utils.UUID
 
NAMESPACE_OID - Static variable in class org.apache.activemq.artemis.utils.UUID
 
NAMESPACE_URL - Static variable in class org.apache.activemq.artemis.utils.UUID
 
NAMESPACE_X500 - Static variable in class org.apache.activemq.artemis.utils.UUID
 
NetworkHealthCheck - Class in org.apache.activemq.artemis.core.server
This will use InetAddress.isReachable(int) to determine if the network is alive.
NetworkHealthCheck() - Constructor for class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
NetworkHealthCheck(String, long, int) - Constructor for class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
newInstance(String) - Method in class org.apache.activemq.artemis.utils.FactoryFinder
Creates a new instance of the given key
newInstanceFromClassLoader(String) - Static method in class org.apache.activemq.artemis.utils.ClassloadingUtil
 
newInstanceFromClassLoader(String, Object...) - Static method in class org.apache.activemq.artemis.utils.ClassloadingUtil
 
newObject(URI, P) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
newObject(String, P) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
newObject(URI, P) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
newObject(URI, Map<String, String>, P) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
It will create a new Object for the URI selected schema.
newThread(Runnable) - Method in class org.apache.activemq.artemis.utils.ActiveMQThreadFactory
 
newURI(T) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
NO_OPTIONS - Static variable in class org.apache.activemq.artemis.utils.Base64
No options specified.
NoHashProcessor - Class in org.apache.activemq.artemis.utils
A hash processor that just does plain text comparison
NoHashProcessor() - Constructor for class org.apache.activemq.artemis.utils.NoHashProcessor
 
NON_ASCII_STRING - Static variable in class org.apache.activemq.artemis.utils.ByteUtil
 
NOT_NULL - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
NULL - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 

O

ONE_WAY - Static variable in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
ORDERED - Static variable in class org.apache.activemq.artemis.utils.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
OrderedExecutorFactory - Class in org.apache.activemq.artemis.utils
A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
OrderedExecutorFactory(Executor) - Constructor for class org.apache.activemq.artemis.utils.OrderedExecutorFactory
Construct a new instance delegating to the given parent executor.
OrderedExecutorFactory.OrderedExecutor - Class in org.apache.activemq.artemis.utils
An executor that always runs all tasks in order, using a delegate executor to run the tasks.
org.apache.activemq.artemis - package org.apache.activemq.artemis
 
org.apache.activemq.artemis.api.core - package org.apache.activemq.artemis.api.core
 
org.apache.activemq.artemis.core.buffers.impl - package org.apache.activemq.artemis.core.buffers.impl
 
org.apache.activemq.artemis.core.server - package org.apache.activemq.artemis.core.server
 
org.apache.activemq.artemis.logs - package org.apache.activemq.artemis.logs
 
org.apache.activemq.artemis.utils - package org.apache.activemq.artemis.utils
 
org.apache.activemq.artemis.utils.uri - package org.apache.activemq.artemis.utils.uri
 
osPageSize() - Static method in class org.apache.activemq.artemis.utils.Env
Return the size in bytes of a OS memory page.
OutputStream(OutputStream) - Constructor for class org.apache.activemq.artemis.utils.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.apache.activemq.artemis.utils.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

P

Pair<A,B> - Class in org.apache.activemq.artemis.api.core
A Pair is a holder for 2 objects.
Pair(A, B) - Constructor for class org.apache.activemq.artemis.api.core.Pair
 
parseAddressList(String) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
parseComposite(URI) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a composite URI, parse the individual URI elements contained within that URI and return a CompsoteData instance that contains the parsed URI values.
parseParameters(URI) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Given a URI parse and extract any URI query options and return them as a Key / Value mapping.
parseQuery(String, Map<String, String>) - Static method in class org.apache.activemq.artemis.utils.uri.URISchema
 
parseQuery(String) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Give a URI break off any URI options and store them in a Key / Value Mapping.
parseURIList(String) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
PasswordMaskingUtil - Class in org.apache.activemq.artemis.utils
 
PendingTask - Class in org.apache.activemq.artemis.utils
This is similar to a Runnable, except that we throw exceptions.
PendingTask() - Constructor for class org.apache.activemq.artemis.utils.PendingTask
 
pooledBuffer(int) - Static method in class org.apache.activemq.artemis.api.core.ActiveMQBuffers
 
populateObject(URI, T) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
populateObject(String, T) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
populateObject(URI, T) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
printDuration(double) - Static method in class org.apache.activemq.artemis.utils.TimeUtils
Prints the duration in a human readable format as X days Y hours Z minutes etc.
printQuery(Map<String, String>) - Method in class org.apache.activemq.artemis.utils.uri.URISchema
 
purePing(InetAddress) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
putBooleanProperty(SimpleString, boolean) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putByteProperty(SimpleString, byte) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putBytesProperty(SimpleString, byte[]) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putCharProperty(SimpleString, char) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putDoubleProperty(SimpleString, double) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putFloatProperty(SimpleString, float) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putIntProperty(SimpleString, int) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putLongProperty(SimpleString, long) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putNullValue(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putShortProperty(SimpleString, short) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putSimpleStringProperty(SimpleString, SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
putTypedProperties(TypedProperties) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 

R

random - Static variable in class org.apache.activemq.artemis.utils.RandomUtil
 
randomBoolean() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomBuffer(int, long...) - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomByte() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomBytes() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomBytes(int) - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomChar() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomDouble() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomFloat() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomInt() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomInterval(int, int) - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomLong() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomMax(int) - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomPort() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomPositiveInt() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomPositiveLong() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomShort() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomSimpleString() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
randomString() - Static method in class org.apache.activemq.artemis.utils.RandomUtil
 
RandomUtil - Class in org.apache.activemq.artemis.utils
 
RandomUtil() - Constructor for class org.apache.activemq.artemis.utils.RandomUtil
 
read() - Method in class org.apache.activemq.artemis.utils.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.apache.activemq.artemis.utils.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readable() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
 
readable() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readableBytes() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
 
readableBytes() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBoolean() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a boolean at the current readerIndex and increases the readerIndex by 1 in this buffer.
readBoolean() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readByte() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ActiveMQBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by the number of the transferred bytes.
readBytes(ActiveMQBuffer, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ActiveMQBuffer, int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[]) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
readBytes(byte[], int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by the number of the transferred bytes.
readBytes(byte[], int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(byte[]) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(ByteBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(ActiveMQBuffer, int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(ActiveMQBuffer, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(ActiveMQBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readBytes(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readChar() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a char at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readDouble() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a double at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readerIndex() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
 
readerIndex(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the readerIndex of this buffer.
readerIndex() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readerIndex(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readFloat() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a float at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readFully(byte[]) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
from DataInput interface
readFully(byte[], int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
from DataInput interface
readInt() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readLine() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
from DataInput interface
readLine(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
readLong() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readNullableSimpleString() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a SimpleString (potentially null) at the current readerIndex
readNullableSimpleString() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readNullableString() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a String (potentially null) at the current readerIndex
readNullableString() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readShort() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readSimpleString() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a non-null SimpleString at the current readerIndex
readSimpleString() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readSlice(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readSlice(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readString() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a non-null String at the current readerIndex
readString() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readUnsignedByte() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readUnsignedInt() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedInt() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readUnsignedShort() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readUTF() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Gets a UTF-8 String at the current readerIndex
readUTF() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
readUTF(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.utils.UTF8Util
 
ReferenceCounter - Interface in org.apache.activemq.artemis.utils
 
ReferenceCounterUtil - Class in org.apache.activemq.artemis.utils
 
ReferenceCounterUtil(Runnable) - Constructor for class org.apache.activemq.artemis.utils.ReferenceCounterUtil
 
ReferenceCounterUtil(Runnable, Executor) - Constructor for class org.apache.activemq.artemis.utils.ReferenceCounterUtil
 
registerConverter(Converter, Class) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
registerSchema(URISchema<T, P>) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
release() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Release any underlying resources held by this buffer
release() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
remove(Object) - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
removeAddress(InetAddress) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
removeProperty(SimpleString) - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
removeQuery(URI) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Removes any URI query from the given uri and return a new URI that does not contain the query portion.
removeSchema(String) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
removeURL(URL) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
resetReaderIndex() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
resetWriterIndex() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriterIndex() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
resizeByteBuffer(int) - Method in class org.apache.activemq.artemis.utils.UTF8Util.StringUtilBuffer
 
resizeCharBuffer(int) - Method in class org.apache.activemq.artemis.utils.UTF8Util.StringUtilBuffer
 
resumeEncoding() - Method in class org.apache.activemq.artemis.utils.Base64.OutputStream
Resumes encoding of the stream.
ReusableLatch - Class in org.apache.activemq.artemis.utils
This class will use the framework provided to by AbstractQueuedSynchronizer.
ReusableLatch() - Constructor for class org.apache.activemq.artemis.utils.ReusableLatch
 
ReusableLatch(int) - Constructor for class org.apache.activemq.artemis.utils.ReusableLatch
 
run() - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
run() - Method in class org.apache.activemq.artemis.utils.PendingTask
 

S

saveUTF(ActiveMQBuffer, String) - Static method in class org.apache.activemq.artemis.utils.UTF8Util
 
SchemaConstants - Class in org.apache.activemq.artemis.utils.uri
 
SchemaConstants() - Constructor for class org.apache.activemq.artemis.utils.uri.SchemaConstants
 
SecureHashProcessor - Class in org.apache.activemq.artemis.utils
Hash function
SecureHashProcessor(DefaultSensitiveStringCodec) - Constructor for class org.apache.activemq.artemis.utils.SecureHashProcessor
 
SelectorTranslator - Class in org.apache.activemq.artemis.utils
This class converts a JMS selector expression into an ActiveMQ Artemis core filter expression.
SelectorTranslator() - Constructor for class org.apache.activemq.artemis.utils.SelectorTranslator
 
SensitiveDataCodec<T> - Interface in org.apache.activemq.artemis.utils
A SensitiveDataCodec This interface is used for implementing a value decoder.
set(V) - Method in interface org.apache.activemq.artemis.utils.SimpleFuture
 
set(V) - Method in class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
setA(A) - Method in class org.apache.activemq.artemis.api.core.Pair
 
setB(B) - Method in class org.apache.activemq.artemis.api.core.Pair
 
setByte(int, byte) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, byte) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, ActiveMQBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the destination becomes unreadable.
setBytes(int, ActiveMQBuffer, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ActiveMQBuffer, int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, byte[], int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, byte[]) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, ByteBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, ActiveMQBuffer, int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, ActiveMQBuffer, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, ActiveMQBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setChar(int, char) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified char at the specified absolute index in this buffer.
setChar(int, char) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setCount(int) - Method in class org.apache.activemq.artemis.utils.ReusableLatch
 
setData(URI, P, Map<String, String>) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
setData(P, Map<String, Object>) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
setData(URI, HashMap<String, Object>, Set<String>, Map<String, String>, Map<String, Object>) - Static method in class org.apache.activemq.artemis.utils.uri.BeanSupport
 
setDefaultURI(URI) - Method in class org.apache.activemq.artemis.utils.uri.URIFactory
 
setDouble(int, double) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified double at the specified absolute index in this buffer.
setDouble(int, double) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setFloat(int, float) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified float at the specified absolute index in this buffer.
setFloat(int, float) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setIgnoreLoopback(boolean) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
setIndex(int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setInitialDelay(long) - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
setInitialDelayAndPeriod(long, long) - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
Useful to change a running schedule and avoid multiple restarts.
setInitialDelayAndPeriod(long, long, TimeUnit) - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
Useful to change a running schedule and avoid multiple restarts.
setInt(int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setIpv4Command(String) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
setIpv6Command(String) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
setLong(int, long) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong(int, long) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setMaximumPoolSize(int) - Method in class org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor
 
setNetworkTimeout(int) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
setNICName(String) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
setObjectFactory(FactoryFinder.ObjectFactory) - Static method in class org.apache.activemq.artemis.utils.FactoryFinder
 
setObjectProperty(SimpleString, Object, TypedProperties) - Static method in class org.apache.activemq.artemis.utils.TypedProperties
Helper for MapMessage#setObjectProperty(String, Object)
setPeriod(long) - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
setPeriod(long, TimeUnit) - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
setPeriod(long) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
setShort(int, short) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, short) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
setTestEnv(boolean) - Static method in class org.apache.activemq.artemis.utils.Env
 
setTimeUnit(TimeUnit) - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
setTimeUnit(TimeUnit) - Method in class org.apache.activemq.artemis.core.server.NetworkHealthCheck
 
SHORT - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SimpleFuture<V> - Interface in org.apache.activemq.artemis.utils
 
SimpleFutureImpl<V> - Class in org.apache.activemq.artemis.utils
 
SimpleFutureImpl() - Constructor for class org.apache.activemq.artemis.utils.SimpleFutureImpl
 
SimpleString - Class in org.apache.activemq.artemis.api.core
A simple String class that can store all characters, and stores as simple byte[], this minimises expensive copying between String objects.
SimpleString(String) - Constructor for class org.apache.activemq.artemis.api.core.SimpleString
creates a SimpleString from a conventional String
SimpleString(byte[]) - Constructor for class org.apache.activemq.artemis.api.core.SimpleString
creates a SimpleString from a byte array
size() - Method in class org.apache.activemq.artemis.utils.ConcurrentHashSet
 
SIZE_BOOLEAN - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SIZE_BYTE - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SIZE_DOUBLE - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SIZE_FLOAT - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SIZE_INT - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SIZE_LONG - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
SIZE_SHORT - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
sizeof() - Method in class org.apache.activemq.artemis.api.core.SimpleString
returns the size of this SimpleString
sizeofNullableString(SimpleString) - Static method in class org.apache.activemq.artemis.api.core.SimpleString
returns the size of a SimpleString which could be null
sizeofString(SimpleString) - Static method in class org.apache.activemq.artemis.api.core.SimpleString
returns the size of a SimpleString
skipBytes(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
slice() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns a slice of this buffer's readable bytes.
slice(int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Returns a slice of this buffer's sub-region.
slice() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
slice(int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
split(char) - Method in class org.apache.activemq.artemis.api.core.SimpleString
Splits this SimpleString into an array of SimpleString using the char param as the delimiter.
StandaloneObjectFactory() - Constructor for class org.apache.activemq.artemis.utils.FactoryFinder.StandaloneObjectFactory
 
start() - Method in interface org.apache.activemq.artemis.core.server.ActiveMQComponent
 
start() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
startCapture() - Static method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
 
startsWith(SimpleString) - Method in class org.apache.activemq.artemis.api.core.SimpleString
returns true if the SimpleString parameter starts with the same data as this one.
stop() - Method in interface org.apache.activemq.artemis.core.server.ActiveMQComponent
 
stop() - Method in class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
 
stopCapture() - Static method in class org.apache.activemq.artemis.logs.AssertionLoggerHandler
 
STRING - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
StringEscapeUtils - Class in org.apache.activemq.artemis.utils
 
StringEscapeUtils() - Constructor for class org.apache.activemq.artemis.utils.StringEscapeUtils
 
stringToBytes(String) - Static method in class org.apache.activemq.artemis.utils.UUID
Creates a 128bit number from the String representation of UUID.
stringTooLong(Integer) - Method in interface org.apache.activemq.artemis.logs.ActiveMQUtilBundle
 
StringUtilBuffer() - Constructor for class org.apache.activemq.artemis.utils.UTF8Util.StringUtilBuffer
 
StringUtilBuffer(int, int) - Constructor for class org.apache.activemq.artemis.utils.UTF8Util.StringUtilBuffer
 
stripPrefix(String, String) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
String the given prefix from the target string and return the result.
stripScheme(URI) - Static method in class org.apache.activemq.artemis.utils.uri.URISupport
Strip a URI of its scheme element.
subSequence(int, int) - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
suspendEncoding() - Method in class org.apache.activemq.artemis.utils.Base64.OutputStream
Suspends encoding of the stream.

T

TCP - Static variable in class org.apache.activemq.artemis.utils.uri.SchemaConstants
 
TimeUtils - Class in org.apache.activemq.artemis.utils
Time utils.
TimeUtils.CheckMethod - Interface in org.apache.activemq.artemis.utils
 
toByteBuffer() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
toByteBuffer(int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
toSimpleString(String) - Static method in class org.apache.activemq.artemis.api.core.SimpleString
Returns a SimpleString constructed from the string parameter.
toSimpleString(byte[]) - Static method in class org.apache.activemq.artemis.utils.ByteUtil
 
toString() - Method in exception org.apache.activemq.artemis.api.core.ActiveMQException
 
toString() - Method in class org.apache.activemq.artemis.api.core.Pair
 
toString() - Method in class org.apache.activemq.artemis.api.core.SimpleString
 
toString() - Method in class org.apache.activemq.artemis.utils.OrderedExecutorFactory.OrderedExecutor
 
toString() - Method in class org.apache.activemq.artemis.utils.TypedProperties
 
toString() - Method in class org.apache.activemq.artemis.utils.UUID
 
toURI() - Method in class org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
 
TRUE - Static variable in class org.apache.activemq.artemis.utils.DataConstants
 
TWO_WAY - Static variable in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
TYPE_DCE - Static variable in class org.apache.activemq.artemis.utils.UUID
 
TYPE_NAME_BASED - Static variable in class org.apache.activemq.artemis.utils.UUID
 
TYPE_NULL - Static variable in class org.apache.activemq.artemis.utils.UUID
 
TYPE_RANDOM_BASED - Static variable in class org.apache.activemq.artemis.utils.UUID
 
TYPE_TIME_BASED - Static variable in class org.apache.activemq.artemis.utils.UUID
 
TypedProperties - Class in org.apache.activemq.artemis.utils
Property Value Conversion.
TypedProperties() - Constructor for class org.apache.activemq.artemis.utils.TypedProperties
 
TypedProperties(TypedProperties) - Constructor for class org.apache.activemq.artemis.utils.TypedProperties
 

U

UDP - Static variable in class org.apache.activemq.artemis.utils.uri.SchemaConstants
 
unwrap(ByteBuf) - Static method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
URIFactory<T,P> - Class in org.apache.activemq.artemis.utils.uri
 
URIFactory() - Constructor for class org.apache.activemq.artemis.utils.uri.URIFactory
 
URISchema<T,P> - Class in org.apache.activemq.artemis.utils.uri
 
URISchema() - Constructor for class org.apache.activemq.artemis.utils.uri.URISchema
 
URISupport - Class in org.apache.activemq.artemis.utils.uri
Utility class that provides methods for parsing URI's This class can be used to split composite URI's into their component parts and is used to extract any URI options from each URI in order to set specific properties on Beans.
URISupport() - Constructor for class org.apache.activemq.artemis.utils.uri.URISupport
 
URISupport.CompositeData - Class in org.apache.activemq.artemis.utils.uri
A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
URL_SAFE - Static variable in class org.apache.activemq.artemis.utils.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UTF8Util - Class in org.apache.activemq.artemis.utils
A UTF8Util This class will write UTFs directly to the ByteOutput (through the MessageBuffer interface)
UTF8Util.StringUtilBuffer - Class in org.apache.activemq.artemis.utils
 
UUID - Class in org.apache.activemq.artemis.utils
UUID represents Universally Unique Identifiers (aka Global UID in Windows world).
UUID(int, byte[]) - Constructor for class org.apache.activemq.artemis.utils.UUID
 
UUIDGenerator - Class in org.apache.activemq.artemis.utils
 
UUIDTimer - Class in org.apache.activemq.artemis.utils
UUIDTimer produces the time stamps required for time-based UUIDs.

V

valueOf(String) - Static method in enum org.apache.activemq.artemis.api.core.ActiveMQExceptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.activemq.artemis.api.core.ActiveMQExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(char[], String) - Method in class org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec
 
VM - Static variable in class org.apache.activemq.artemis.utils.uri.SchemaConstants
 

W

waitOnBoolean(boolean, long, TimeUtils.CheckMethod) - Static method in class org.apache.activemq.artemis.utils.TimeUtils
 
wrappedBuffer(ByteBuffer) - Static method in class org.apache.activemq.artemis.api.core.ActiveMQBuffers
Creates an ActiveMQBuffer wrapping an underlying NIO ByteBuffer The position on this buffer won't affect the position on the inner buffer
wrappedBuffer(byte[]) - Static method in class org.apache.activemq.artemis.api.core.ActiveMQBuffers
Creates an ActiveMQBuffer wrapping an underlying byte array
writable() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
 
writable() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writableBytes() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
 
writableBytes() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
write(int) - Method in class org.apache.activemq.artemis.utils.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.apache.activemq.artemis.utils.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeBoolean(boolean) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified boolean at the current writerIndex
writeBoolean(boolean) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeByte(byte) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeByte(byte) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(ActiveMQBuffer, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ActiveMQBuffer, int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(byte[]) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
writeBytes(byte[], int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ByteBuffer) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(ByteBuf, int, int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(byte[], int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(byte[]) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(ByteBuffer) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(ByteBuf, int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(ActiveMQBuffer, int, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(ActiveMQBuffer, int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeChar(char) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified char at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeChar(char) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeDouble(double) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified double at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeDouble(double) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeFloat(float) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified float at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeFloat(float) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeInt(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified 32-bit integer at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeInt(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeLong(long) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeLong(long) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeNullableSimpleString(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified SimpleString (potentially null) at the current writerIndex
writeNullableSimpleString(SimpleString) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeNullableString(String) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified String (potentially null) at the current writerIndex
writeNullableString(String) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writerIndex() - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
 
writerIndex(int) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the writerIndex of this buffer.
writerIndex() - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writerIndex(int) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeShort(short) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeShort(short) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeSimpleString(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified non-null SimpleString at the current writerIndex
writeSimpleString(SimpleString) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeString(String) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified non-null String at the current writerIndex
writeString(String) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
writeUTF(String) - Method in interface org.apache.activemq.artemis.api.core.ActiveMQBuffer
Sets the specified UTF-8 String at the current writerIndex
writeUTF(String) - Method in class org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
ActiveMQ Artemis Commons 1.5.5.012-redhat-1

Copyright © 2018 The Apache Software Foundation. All Rights Reserved.