HornetQ Commons 2.3.25.Final-redhat-1
A B C D E F G H I L M N O P R S T U V W 

A

add(E) - Method in class org.hornetq.utils.ConcurrentHashSet
 
addIfAbsent(E) - Method in class org.hornetq.utils.ConcurrentHashSet
 
addIfAbsent(E) - Method in interface org.hornetq.utils.ConcurrentSet
 
asBytes() - Method in class org.hornetq.utils.UUID
 
await() - Method in class org.hornetq.utils.ReusableLatch
 
await(long) - Method in class org.hornetq.utils.ReusableLatch
 
await(long, TimeUnit) - Method in class org.hornetq.utils.ReusableLatch
 

B

Base64 - Class in org.hornetq.utils
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.hornetq.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.InputStream(InputStream) - Constructor for class org.hornetq.utils.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.hornetq.utils.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.hornetq.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.
Base64.OutputStream(OutputStream) - Constructor for class org.hornetq.utils.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.hornetq.utils.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BOOLEAN - Static variable in class org.hornetq.utils.DataConstants
 
buffer - Variable in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
BUNDLE - Static variable in interface org.hornetq.utils.HornetQUtilBundle
 
BYTE - Static variable in class org.hornetq.utils.DataConstants
 
BYTES - Static variable in class org.hornetq.utils.DataConstants
 
bytesToHex(byte[], int) - Static method in class org.hornetq.utils.ByteUtil
 
ByteUtil - Class in org.hornetq.utils
 
ByteUtil() - Constructor for class org.hornetq.utils.ByteUtil
 

C

calculateUTFSize(String, UTF8Util.StringUtilBuffer) - Static method in class org.hornetq.utils.UTF8Util
 
capacity() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns the number of bytes this buffer can contain.
capacity() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
channelBuffer() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns the underlying Netty's ChannelBuffer
channelBuffer() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
ChannelBufferWrapper - Class in org.hornetq.core.buffers.impl
A ChannelBufferWrapper
ChannelBufferWrapper(ChannelBuffer) - Constructor for class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
CHAR - Static variable in class org.hornetq.utils.DataConstants
 
charAt(int) - Method in class org.hornetq.api.core.SimpleString
 
ClassloadingUtil - Class in org.hornetq.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 HornetQ (ClassloadingUtil.getClass().getClassLoader()).
ClassloadingUtil() - Constructor for class org.hornetq.utils.ClassloadingUtil
 
clear() - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the readerIndex and writerIndex of this buffer to 0.
clear() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
clear() - Method in class org.hornetq.utils.ConcurrentHashSet
 
clear() - Method in class org.hornetq.utils.TypedProperties
 
clearBuffer() - Static method in class org.hornetq.utils.UTF8Util
 
close() - Method in class org.hornetq.utils.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
compareTo(SimpleString) - Method in class org.hornetq.api.core.SimpleString
 
concat(String) - Method in class org.hornetq.api.core.SimpleString
Concatenates a SimpleString and a String
concat(SimpleString) - Method in class org.hornetq.api.core.SimpleString
Concatenates 2 SimpleString's
concat(char) - Method in class org.hornetq.api.core.SimpleString
Concatenates a SimpleString and a char
ConcurrentHashSet<E> - Class in org.hornetq.utils
A ConcurrentHashSet.
ConcurrentHashSet() - Constructor for class org.hornetq.utils.ConcurrentHashSet
 
ConcurrentSet<E> - Interface in org.hornetq.utils
A ConcurrentSet
contains(char) - Method in class org.hornetq.api.core.SimpleString
checks to see if this SimpleString contains the char parameter passed in
contains(Object) - Method in class org.hornetq.utils.ConcurrentHashSet
 
containsProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
copy() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns a copy of this buffer's readable bytes.
copy(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Returns a copy of this buffer's sub-region.
copy() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
copy(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
countDown() - Method in class org.hornetq.utils.ReusableLatch
 
countDown(int) - Method in class org.hornetq.utils.ReusableLatch
 
countUp() - Method in class org.hornetq.utils.ReusableLatch
 
createException(String) - Method in enum org.hornetq.api.core.HornetQExceptionType
 
createException(int, String) - Static method in enum org.hornetq.api.core.HornetQExceptionType
 

D

DataConstants - Class in org.hornetq.utils
A DataConstants
DataConstants() - Constructor for class org.hornetq.utils.DataConstants
 
DECODE - Static variable in class org.hornetq.utils.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.hornetq.utils.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.hornetq.utils.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.hornetq.utils.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(Object) - Method in class org.hornetq.utils.DefaultSensitiveStringCodec
 
decode(Object) - Method in interface org.hornetq.utils.SensitiveDataCodec
 
decode(HornetQBuffer) - Method in class org.hornetq.utils.TypedProperties
 
decodeFileToFile(String, String) - Static method in class org.hornetq.utils.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.hornetq.utils.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.hornetq.utils.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.hornetq.utils.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DefaultSensitiveStringCodec - Class in org.hornetq.utils
A DefaultSensitiveDataCodec The default implementation of SensitiveDataCodec.
DefaultSensitiveStringCodec() - Constructor for class org.hornetq.utils.DefaultSensitiveStringCodec
 
discardReadBytes() - Method in interface org.hornetq.api.core.HornetQBuffer
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
DONT_BREAK_LINES - Static variable in class org.hornetq.utils.Base64
Don't break lines when encoding (violates strict Base64 specification)
DOUBLE - Static variable in class org.hornetq.utils.DataConstants
 
duplicate() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns a buffer which shares the whole region of this buffer.
duplicate() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
dynamicBuffer(int) - Static method in class org.hornetq.api.core.HornetQBuffers
Creates a self-expanding HornetQBuffer with the given initial size
dynamicBuffer(byte[]) - Static method in class org.hornetq.api.core.HornetQBuffers
Creates a self-expanding HornetQBuffer filled with the given byte array

E

ENCODE - Static variable in class org.hornetq.utils.Base64
Specify encoding.
encode(String) - Method in class org.hornetq.utils.DefaultSensitiveStringCodec
 
encode(HornetQBuffer) - Method in class org.hornetq.utils.TypedProperties
 
encodeBytes(byte[]) - Static method in class org.hornetq.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.hornetq.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.hornetq.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.hornetq.utils.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.hornetq.utils.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.hornetq.utils.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.hornetq.utils.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.hornetq.utils.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.hornetq.utils.Base64
Convenience method for encoding data to a file.
equals(Object) - Method in class org.hornetq.api.core.Pair
 
equals(Object) - Method in class org.hornetq.api.core.SimpleString
 
equals(Object) - Method in class org.hornetq.utils.UUID
Checking equality of UUIDs is easy; just compare the 128-bit number.
errorCreatingCodec(Exception, String) - Method in interface org.hornetq.utils.HornetQUtilBundle
 

F

FALSE - Static variable in class org.hornetq.utils.DataConstants
 
findResource(String) - Static method in class org.hornetq.utils.ClassloadingUtil
 
fixedBuffer(int) - Static method in class org.hornetq.api.core.HornetQBuffers
Creates a fixed HornetQBuffer of the given size
FLOAT - Static variable in class org.hornetq.utils.DataConstants
 
flushBase64() - Method in class org.hornetq.utils.Base64.OutputStream
Method added by PHIL.

G

generateDummyAddress() - Method in class org.hornetq.utils.UUIDGenerator
 
generateSimpleStringUUID() - Method in class org.hornetq.utils.UUIDGenerator
 
generateStringUUID() - Method in class org.hornetq.utils.UUIDGenerator
 
generateTimeBasedUUID(byte[]) - Method in class org.hornetq.utils.UUIDGenerator
 
generateUUID() - Method in class org.hornetq.utils.UUIDGenerator
 
getA() - Method in class org.hornetq.api.core.Pair
 
getB() - Method in class org.hornetq.api.core.Pair
 
getBooleanProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getByte(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getByteProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getBytes(int, HornetQBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getBytes(int, HornetQBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getBytesProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getChar(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a char at the specified absolute index in this buffer.
getChar(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getCharProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getChars(int, int, char[], int) - Method in class org.hornetq.api.core.SimpleString
This method performs a similar function to String.getChars(int, int, char[], int).
getCode() - Method in enum org.hornetq.api.core.HornetQExceptionType
 
getCodec(String) - Static method in class org.hornetq.utils.PasswordMaskingUtil
 
getCount() - Method in class org.hornetq.utils.ReusableLatch
 
getData() - Method in class org.hornetq.api.core.SimpleString
returns the underlying byte array of this SimpleString
getDefaultCodec() - Static method in class org.hornetq.utils.PasswordMaskingUtil
 
getDouble(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a double at the specified absolute index in this buffer.
getDouble(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getDoubleProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getEncodeSize() - Method in class org.hornetq.utils.TypedProperties
 
getFloat(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a float at the specified absolute index in this buffer.
getFloat(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getFloatProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getHardwareAddress() - Static method in class org.hornetq.utils.UUIDGenerator
If running java 6 or above, returns NetworkInterface.getHardwareAddress(), else return null.
getInstance() - Static method in class org.hornetq.utils.UUIDGenerator
Method used for accessing the singleton generator instance.
getInt(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getIntProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getLong(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getLongProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getMap() - Method in class org.hornetq.utils.TypedProperties
 
getMemoryOffset() - Method in class org.hornetq.utils.TypedProperties
 
getProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getPropertyNames() - Method in class org.hornetq.utils.TypedProperties
 
getRandomNumberGenerator() - Method in class org.hornetq.utils.UUIDGenerator
Method for getting the shared random number generator used for generating the UUIDs.
getShort(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getShortProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getSimpleStringProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
getTimestamp(byte[]) - Method in class org.hornetq.utils.UUIDTimer
 
getType() - Method in exception org.hornetq.api.core.HornetQException
 
getType(int) - Static method in enum org.hornetq.api.core.HornetQExceptionType
 
getUnsignedByte(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedByte(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getUnsignedInt(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedInt(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getUnsignedShort(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.
getUnsignedShort(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
getZeroPaddedSixBytes(byte[]) - Static method in class org.hornetq.utils.UUIDGenerator
 
GZIP - Static variable in class org.hornetq.utils.Base64
Specify that data should be gzip-compressed.

H

hashCode() - Method in class org.hornetq.api.core.Pair
 
hashCode() - Method in class org.hornetq.api.core.SimpleString
 
hashCode() - Method in class org.hornetq.utils.UUID
 
hasInternalProperties() - Method in class org.hornetq.utils.TypedProperties
 
hexArray - Static variable in class org.hornetq.utils.ByteUtil
 
HornetQAddressExistsException - Exception in org.hornetq.api.core
An operation failed because an address exists on the server.
HornetQAddressExistsException() - Constructor for exception org.hornetq.api.core.HornetQAddressExistsException
 
HornetQAddressExistsException(String) - Constructor for exception org.hornetq.api.core.HornetQAddressExistsException
 
HornetQAddressFullException - Exception in org.hornetq.api.core
An address is full.
HornetQAddressFullException(String) - Constructor for exception org.hornetq.api.core.HornetQAddressFullException
 
HornetQAddressFullException() - Constructor for exception org.hornetq.api.core.HornetQAddressFullException
 
HornetQAlreadyReplicatingException - Exception in org.hornetq.api.core
The server is already paired with a replicating backup.
HornetQAlreadyReplicatingException() - Constructor for exception org.hornetq.api.core.HornetQAlreadyReplicatingException
 
HornetQAlreadyReplicatingException(String) - Constructor for exception org.hornetq.api.core.HornetQAlreadyReplicatingException
 
HornetQBuffer - Interface in org.hornetq.api.core
A HornetQBuffer wraps a Netty's ChannelBuffer and is used throughout HornetQ code base.
HornetQBuffers - Class in org.hornetq.api.core
Factory class to create instances of HornetQBuffer.
HornetQClusterSecurityException - Exception in org.hornetq.api.core
Security exception thrown when the cluster user fails authentication.
HornetQClusterSecurityException() - Constructor for exception org.hornetq.api.core.HornetQClusterSecurityException
 
HornetQClusterSecurityException(String) - Constructor for exception org.hornetq.api.core.HornetQClusterSecurityException
 
HornetQComponent - Interface in org.hornetq.core.server
A HornetQComponent
HornetQConnectionTimedOutException - Exception in org.hornetq.api.core
A client timed out will connecting to HornetQ server.
HornetQConnectionTimedOutException() - Constructor for exception org.hornetq.api.core.HornetQConnectionTimedOutException
 
HornetQConnectionTimedOutException(String) - Constructor for exception org.hornetq.api.core.HornetQConnectionTimedOutException
 
HornetQDisconnectedException - Exception in org.hornetq.api.core
A client was disconnected from HornetQ server when the server has shut down.
HornetQDisconnectedException() - Constructor for exception org.hornetq.api.core.HornetQDisconnectedException
 
HornetQDisconnectedException(String) - Constructor for exception org.hornetq.api.core.HornetQDisconnectedException
 
HornetQDuplicateIdException - Exception in org.hornetq.api.core
A DuplicateID was rejected.
HornetQDuplicateIdException() - Constructor for exception org.hornetq.api.core.HornetQDuplicateIdException
 
HornetQDuplicateIdException(String) - Constructor for exception org.hornetq.api.core.HornetQDuplicateIdException
 
HornetQDuplicateMetaDataException - Exception in org.hornetq.api.core
A Session Metadata was set in duplication
HornetQDuplicateMetaDataException() - Constructor for exception org.hornetq.api.core.HornetQDuplicateMetaDataException
 
HornetQDuplicateMetaDataException(String) - Constructor for exception org.hornetq.api.core.HornetQDuplicateMetaDataException
 
HornetQException - Exception in org.hornetq.api.core
HornetQException is the root exception for the HornetQ API.
HornetQException() - Constructor for exception org.hornetq.api.core.HornetQException
 
HornetQException(String) - Constructor for exception org.hornetq.api.core.HornetQException
 
HornetQException(int, String) - Constructor for exception org.hornetq.api.core.HornetQException
 
HornetQException(HornetQExceptionType, String) - Constructor for exception org.hornetq.api.core.HornetQException
 
HornetQException(HornetQExceptionType) - Constructor for exception org.hornetq.api.core.HornetQException
 
HornetQException(HornetQExceptionType, String, Throwable) - Constructor for exception org.hornetq.api.core.HornetQException
 
HornetQExceptionType - Enum in org.hornetq.api.core
Defines all HornetQException types and their codes.
HornetQIllegalStateException - Exception in org.hornetq.api.core
A HornetQ resource is not in a legal state (e.g.
HornetQIllegalStateException() - Constructor for exception org.hornetq.api.core.HornetQIllegalStateException
 
HornetQIllegalStateException(String) - Constructor for exception org.hornetq.api.core.HornetQIllegalStateException
 
HornetQIncompatibleClientServerException - Exception in org.hornetq.api.core
The server version and the client version are incompatible.
HornetQIncompatibleClientServerException() - Constructor for exception org.hornetq.api.core.HornetQIncompatibleClientServerException
 
HornetQIncompatibleClientServerException(String) - Constructor for exception org.hornetq.api.core.HornetQIncompatibleClientServerException
 
HornetQInterceptorRejectedPacketException - Exception in org.hornetq.api.core
An outgoing interceptor returned false.
HornetQInterceptorRejectedPacketException() - Constructor for exception org.hornetq.api.core.HornetQInterceptorRejectedPacketException
 
HornetQInterceptorRejectedPacketException(String) - Constructor for exception org.hornetq.api.core.HornetQInterceptorRejectedPacketException
 
HornetQInternalErrorException - Exception in org.hornetq.api.core
Internal error which prevented HornetQ from performing an important operation.
HornetQInternalErrorException() - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
 
HornetQInternalErrorException(String) - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
 
HornetQInternalErrorException(String, Exception) - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
 
HornetQInternalErrorException(String, Throwable) - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
 
HornetQInterruptedException - Exception in org.hornetq.api.core
When an interruption happens, we will just throw a non-checked exception.
HornetQInterruptedException(Throwable) - Constructor for exception org.hornetq.api.core.HornetQInterruptedException
 
HornetQInvalidFilterExpressionException - Exception in org.hornetq.api.core
A filter expression was found to be invalid.
HornetQInvalidFilterExpressionException() - Constructor for exception org.hornetq.api.core.HornetQInvalidFilterExpressionException
 
HornetQInvalidFilterExpressionException(String) - Constructor for exception org.hornetq.api.core.HornetQInvalidFilterExpressionException
 
HornetQIOErrorException - Exception in org.hornetq.api.core
Unexpected I/O error occurred on the server.
HornetQIOErrorException() - Constructor for exception org.hornetq.api.core.HornetQIOErrorException
 
HornetQIOErrorException(String) - Constructor for exception org.hornetq.api.core.HornetQIOErrorException
 
HornetQIOErrorException(String, Throwable) - Constructor for exception org.hornetq.api.core.HornetQIOErrorException
 
HornetQLargeMessageException - Exception in org.hornetq.api.core
A problem occurred while manipulating the body of a large message.
HornetQLargeMessageException() - Constructor for exception org.hornetq.api.core.HornetQLargeMessageException
 
HornetQLargeMessageException(String) - Constructor for exception org.hornetq.api.core.HornetQLargeMessageException
 
HornetQLargeMessageInterruptedException - Exception in org.hornetq.api.core
 
HornetQLargeMessageInterruptedException(String) - Constructor for exception org.hornetq.api.core.HornetQLargeMessageInterruptedException
 
HornetQLargeMessageInterruptedException() - Constructor for exception org.hornetq.api.core.HornetQLargeMessageInterruptedException
 
HornetQNativeIOError - Exception in org.hornetq.api.core
An error has happened at HornetQ's native (non-Java) code used in reading and writing data.
HornetQNativeIOError() - Constructor for exception org.hornetq.api.core.HornetQNativeIOError
 
HornetQNativeIOError(String) - Constructor for exception org.hornetq.api.core.HornetQNativeIOError
 
HornetQNonExistentQueueException - Exception in org.hornetq.api.core
An operation failed because a queue does not exist on the server.
HornetQNonExistentQueueException() - Constructor for exception org.hornetq.api.core.HornetQNonExistentQueueException
 
HornetQNonExistentQueueException(String) - Constructor for exception org.hornetq.api.core.HornetQNonExistentQueueException
 
HornetQNotConnectedException - Exception in org.hornetq.api.core
A client is not able to connect to HornetQ server.
HornetQNotConnectedException(String) - Constructor for exception org.hornetq.api.core.HornetQNotConnectedException
 
HornetQNotConnectedException() - Constructor for exception org.hornetq.api.core.HornetQNotConnectedException
 
HornetQObjectClosedException - Exception in org.hornetq.api.core
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is closed.
HornetQObjectClosedException() - Constructor for exception org.hornetq.api.core.HornetQObjectClosedException
 
HornetQObjectClosedException(String) - Constructor for exception org.hornetq.api.core.HornetQObjectClosedException
 
HornetQPropertyConversionException - Exception in org.hornetq.api.core
A PropertyConversionException is thrown by org.hornetq.api.core.Message methods when a property can not be converted to the expected type.
HornetQPropertyConversionException(String) - Constructor for exception org.hornetq.api.core.HornetQPropertyConversionException
 
HornetQQueueExistsException - Exception in org.hornetq.api.core
An operation failed because a queue exists on the server.
HornetQQueueExistsException() - Constructor for exception org.hornetq.api.core.HornetQQueueExistsException
 
HornetQQueueExistsException(String) - Constructor for exception org.hornetq.api.core.HornetQQueueExistsException
 
HornetQSecurityException - Exception in org.hornetq.api.core
A security problem occurred (authentication issues, permission issues,...)
HornetQSecurityException() - Constructor for exception org.hornetq.api.core.HornetQSecurityException
 
HornetQSecurityException(String) - Constructor for exception org.hornetq.api.core.HornetQSecurityException
 
HornetQSessionCreationException - Exception in org.hornetq.api.core
The creation of a session was rejected by the server (e.g.
HornetQSessionCreationException() - Constructor for exception org.hornetq.api.core.HornetQSessionCreationException
 
HornetQSessionCreationException(String) - Constructor for exception org.hornetq.api.core.HornetQSessionCreationException
 
HornetQThreadFactory - Class in org.hornetq.utils
A HornetQThreadFactory
HornetQThreadFactory(String, boolean, ClassLoader) - Constructor for class org.hornetq.utils.HornetQThreadFactory
 
HornetQTransactionOutcomeUnknownException - Exception in org.hornetq.api.core
The outcome of a transaction is unknown.
HornetQTransactionOutcomeUnknownException() - Constructor for exception org.hornetq.api.core.HornetQTransactionOutcomeUnknownException
 
HornetQTransactionOutcomeUnknownException(String) - Constructor for exception org.hornetq.api.core.HornetQTransactionOutcomeUnknownException
 
HornetQTransactionRolledBackException - Exception in org.hornetq.api.core
A transaction was rolled back.
HornetQTransactionRolledBackException() - Constructor for exception org.hornetq.api.core.HornetQTransactionRolledBackException
 
HornetQTransactionRolledBackException(String) - Constructor for exception org.hornetq.api.core.HornetQTransactionRolledBackException
 
HornetQUnBlockedException - Exception in org.hornetq.api.core
A blocking call from a client was unblocked during failover.
HornetQUnBlockedException() - Constructor for exception org.hornetq.api.core.HornetQUnBlockedException
 
HornetQUnBlockedException(String) - Constructor for exception org.hornetq.api.core.HornetQUnBlockedException
 
HornetQUnsupportedPacketException - Exception in org.hornetq.api.core
A packet of unsupported type was received by HornetQ PacketHandler.
HornetQUnsupportedPacketException() - Constructor for exception org.hornetq.api.core.HornetQUnsupportedPacketException
 
HornetQUnsupportedPacketException(String) - Constructor for exception org.hornetq.api.core.HornetQUnsupportedPacketException
 
HornetQUtilBundle - Interface in org.hornetq.utils
 
HornetQUtilLogger - Interface in org.hornetq.utils
 

I

INDEX_CLOCK_HI - Static variable in class org.hornetq.utils.UUID
 
INDEX_CLOCK_LO - Static variable in class org.hornetq.utils.UUID
 
INDEX_CLOCK_MID - Static variable in class org.hornetq.utils.UUID
 
INDEX_CLOCK_SEQUENCE - Static variable in class org.hornetq.utils.UUID
 
INDEX_TYPE - Static variable in class org.hornetq.utils.UUID
 
INDEX_VARIATION - Static variable in class org.hornetq.utils.UUID
 
init(Map<String, String>) - Method in class org.hornetq.utils.DefaultSensitiveStringCodec
 
init(Map<String, String>) - Method in interface org.hornetq.utils.SensitiveDataCodec
 
INT - Static variable in class org.hornetq.utils.DataConstants
 
invalidProperty(String) - Method in interface org.hornetq.utils.HornetQUtilBundle
 
invalidType(Byte) - Method in interface org.hornetq.utils.HornetQUtilBundle
 
isEmpty() - Method in class org.hornetq.utils.ConcurrentHashSet
 
isStarted() - Method in interface org.hornetq.core.server.HornetQComponent
 
iterator() - Method in class org.hornetq.utils.ConcurrentHashSet
 

L

length() - Method in class org.hornetq.api.core.SimpleString
 
LOGGER - Static variable in interface org.hornetq.utils.HornetQUtilLogger
The default logger.
LONG - Static variable in class org.hornetq.utils.DataConstants
 

M

main(String[]) - Static method in class org.hornetq.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.
markReaderIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
Marks the current readerIndex in this buffer.
markReaderIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
markWriterIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
Marks the current writerIndex in this buffer.
markWriterIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
maxString(String, int) - Static method in class org.hornetq.utils.ByteUtil
 
missingPrivsForClassloader() - Method in interface org.hornetq.utils.HornetQUtilLogger
 

N

NAMESPACE_DNS - Static variable in class org.hornetq.utils.UUID
 
NAMESPACE_OID - Static variable in class org.hornetq.utils.UUID
 
NAMESPACE_URL - Static variable in class org.hornetq.utils.UUID
 
NAMESPACE_X500 - Static variable in class org.hornetq.utils.UUID
 
newInstanceFromClassLoader(String) - Static method in class org.hornetq.utils.ClassloadingUtil
 
newInstanceFromClassLoader(String, Object...) - Static method in class org.hornetq.utils.ClassloadingUtil
 
newThread(Runnable) - Method in class org.hornetq.utils.HornetQThreadFactory
 
NO_OPTIONS - Static variable in class org.hornetq.utils.Base64
No options specified.
NOT_NULL - Static variable in class org.hornetq.utils.DataConstants
 
NULL - Static variable in class org.hornetq.utils.DataConstants
 

O

ORDERED - Static variable in class org.hornetq.utils.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
org.hornetq.api.core - package org.hornetq.api.core
 
org.hornetq.core.buffers.impl - package org.hornetq.core.buffers.impl
 
org.hornetq.core.server - package org.hornetq.core.server
 
org.hornetq.utils - package org.hornetq.utils
 

P

Pair<A,B> - Class in org.hornetq.api.core
A Pair is a holder for 2 objects.
Pair(A, B) - Constructor for class org.hornetq.api.core.Pair
 
PasswordMaskingUtil - Class in org.hornetq.utils
A PasswordMarkingUtil
PasswordMaskingUtil() - Constructor for class org.hornetq.utils.PasswordMaskingUtil
 
putBooleanProperty(SimpleString, boolean) - Method in class org.hornetq.utils.TypedProperties
 
putByteProperty(SimpleString, byte) - Method in class org.hornetq.utils.TypedProperties
 
putBytesProperty(SimpleString, byte[]) - Method in class org.hornetq.utils.TypedProperties
 
putCharProperty(SimpleString, char) - Method in class org.hornetq.utils.TypedProperties
 
putDoubleProperty(SimpleString, double) - Method in class org.hornetq.utils.TypedProperties
 
putFloatProperty(SimpleString, float) - Method in class org.hornetq.utils.TypedProperties
 
putIntProperty(SimpleString, int) - Method in class org.hornetq.utils.TypedProperties
 
putLongProperty(SimpleString, long) - Method in class org.hornetq.utils.TypedProperties
 
putNullValue(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
putShortProperty(SimpleString, short) - Method in class org.hornetq.utils.TypedProperties
 
putSimpleStringProperty(SimpleString, SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
putTypedProperties(TypedProperties) - Method in class org.hornetq.utils.TypedProperties
 

R

read() - Method in class org.hornetq.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.hornetq.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.hornetq.api.core.HornetQBuffer
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
readable() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readableBytes() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readableBytes() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBoolean() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a boolean at the current readerIndex and increases the readerIndex by 1 in this buffer.
readBoolean() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readByte() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(int) - Method in interface org.hornetq.api.core.HornetQBuffer
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(HornetQBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
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(HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
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(HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(HornetQBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readBytes(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readChar() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a char at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readDouble() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a double at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readerIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns the readerIndex of this buffer.
readerIndex(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the readerIndex of this buffer.
readerIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readerIndex(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readFloat() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a float at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readInt() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readLong() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readNullableSimpleString() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a SimpleString (potentially null) at the current readerIndex
readNullableSimpleString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readNullableString() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a String (potentially null) at the current readerIndex
readNullableString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readShort() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readSimpleString() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a non-null SimpleString at the current readerIndex
readSimpleString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readSlice(int) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readString() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a non-null String at the current readerIndex
readString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readUnsignedByte() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readUnsignedInt() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedInt() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readUnsignedShort() - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readUTF() - Method in interface org.hornetq.api.core.HornetQBuffer
Gets a UTF-8 String at the current readerIndex
readUTF() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
readUTF(HornetQBuffer) - Static method in class org.hornetq.utils.UTF8Util
 
remove(Object) - Method in class org.hornetq.utils.ConcurrentHashSet
 
removeProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
 
resetReaderIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
resetWriterIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriterIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
resumeEncoding() - Method in class org.hornetq.utils.Base64.OutputStream
Resumes encoding of the stream.
ReusableLatch - Class in org.hornetq.utils
This class will use the framework provided to by AbstractQueuedSynchronizer.
ReusableLatch() - Constructor for class org.hornetq.utils.ReusableLatch
 
ReusableLatch(int) - Constructor for class org.hornetq.utils.ReusableLatch
 

S

saveUTF(HornetQBuffer, String) - Static method in class org.hornetq.utils.UTF8Util
 
SensitiveDataCodec<T> - Interface in org.hornetq.utils
A SensitiveDataCodec This interface is used for implementing a value decoder.
setA(A) - Method in class org.hornetq.api.core.Pair
 
setB(B) - Method in class org.hornetq.api.core.Pair
 
setByte(int, byte) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, byte) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, HornetQBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the destination becomes unreadable.
setBytes(int, HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setBytes(int, HornetQBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setChar(int, char) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified char at the specified absolute index in this buffer.
setChar(int, char) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setCount(int) - Method in class org.hornetq.utils.ReusableLatch
 
setDouble(int, double) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified double at the specified absolute index in this buffer.
setDouble(int, double) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setFloat(int, float) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified float at the specified absolute index in this buffer.
setFloat(int, float) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setIndex(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setInt(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setLong(int, long) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong(int, long) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
setObjectProperty(SimpleString, Object, TypedProperties) - Static method in class org.hornetq.utils.TypedProperties
Helper for MapMessage#setObjectProperty(String, Object)
setShort(int, short) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, short) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
SHORT - Static variable in class org.hornetq.utils.DataConstants
 
SimpleString - Class in org.hornetq.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.hornetq.api.core.SimpleString
creates a SimpleString from a conventional String
SimpleString(byte[]) - Constructor for class org.hornetq.api.core.SimpleString
creates a SimpleString from a byte array
size() - Method in class org.hornetq.utils.ConcurrentHashSet
 
SIZE_BOOLEAN - Static variable in class org.hornetq.utils.DataConstants
 
SIZE_BYTE - Static variable in class org.hornetq.utils.DataConstants
 
SIZE_DOUBLE - Static variable in class org.hornetq.utils.DataConstants
 
SIZE_FLOAT - Static variable in class org.hornetq.utils.DataConstants
 
SIZE_INT - Static variable in class org.hornetq.utils.DataConstants
 
SIZE_LONG - Static variable in class org.hornetq.utils.DataConstants
 
SIZE_SHORT - Static variable in class org.hornetq.utils.DataConstants
 
sizeof() - Method in class org.hornetq.api.core.SimpleString
returns the size of this SimpleString
sizeofNullableString(SimpleString) - Static method in class org.hornetq.api.core.SimpleString
returns the size of a SimpleString which could be null
sizeofString(SimpleString) - Static method in class org.hornetq.api.core.SimpleString
returns the size of a SimpleString
skipBytes(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
slice() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns a slice of this buffer's readable bytes.
slice(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Returns a slice of this buffer's sub-region.
slice() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
slice(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
split(char) - Method in class org.hornetq.api.core.SimpleString
Splits this SimpleString into an array of SimpleString using the char param as the delimiter.
start() - Method in interface org.hornetq.core.server.HornetQComponent
 
startsWith(SimpleString) - Method in class org.hornetq.api.core.SimpleString
returns true if the SimpleString parameter starts with the same data as this one.
stop() - Method in interface org.hornetq.core.server.HornetQComponent
 
STRING - Static variable in class org.hornetq.utils.DataConstants
 
stringToBytes(String) - Static method in class org.hornetq.utils.UUID
Creates a 128bit number from the String representation of UUID.
stringTooLong(Integer) - Method in interface org.hornetq.utils.HornetQUtilBundle
 
subSequence(int, int) - Method in class org.hornetq.api.core.SimpleString
 
suspendEncoding() - Method in class org.hornetq.utils.Base64.OutputStream
Suspends encoding of the stream.

T

toByteBuffer() - Method in interface org.hornetq.api.core.HornetQBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
toByteBuffer(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
toSimpleString(String) - Static method in class org.hornetq.api.core.SimpleString
Returns a SimpleString constructed from the string parameter.
toString() - Method in exception org.hornetq.api.core.HornetQException
 
toString() - Method in class org.hornetq.api.core.Pair
 
toString() - Method in class org.hornetq.api.core.SimpleString
 
toString() - Method in class org.hornetq.utils.TypedProperties
 
toString() - Method in class org.hornetq.utils.UUID
 
TRUE - Static variable in class org.hornetq.utils.DataConstants
 
TYPE_DCE - Static variable in class org.hornetq.utils.UUID
 
TYPE_NAME_BASED - Static variable in class org.hornetq.utils.UUID
 
TYPE_NULL - Static variable in class org.hornetq.utils.UUID
 
TYPE_RANDOM_BASED - Static variable in class org.hornetq.utils.UUID
 
TYPE_TIME_BASED - Static variable in class org.hornetq.utils.UUID
 
TypedProperties - Class in org.hornetq.utils
Property Value Conversion.
TypedProperties() - Constructor for class org.hornetq.utils.TypedProperties
 
TypedProperties(TypedProperties) - Constructor for class org.hornetq.utils.TypedProperties
 

U

URL_SAFE - Static variable in class org.hornetq.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.hornetq.utils
A UTF8Util This class will write UTFs directly to the ByteOutput (through the MessageBuffer interface)
UUID - Class in org.hornetq.utils
UUID represents Universally Unique Identifiers (aka Global UID in Windows world).
UUID(int, byte[]) - Constructor for class org.hornetq.utils.UUID
 
UUIDGenerator - Class in org.hornetq.utils
 
UUIDTimer - Class in org.hornetq.utils
UUIDTimer produces the time stamps required for time-based UUIDs.

V

valueOf(String) - Static method in enum org.hornetq.api.core.HornetQExceptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hornetq.api.core.HornetQExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrappedBuffer(ByteBuffer) - Static method in class org.hornetq.api.core.HornetQBuffers
Creates a HornetQBuffer 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.hornetq.api.core.HornetQBuffers
Creates a HornetQBuffer wrapping an underlying byte array
writable() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
writable() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writableBytes() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
writableBytes() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
write(int) - Method in class org.hornetq.utils.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.hornetq.utils.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeBoolean(boolean) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified boolean at the current writerIndex
writeBoolean(boolean) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeByte(byte) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeByte(byte) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
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(HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
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.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeBytes(HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeChar(char) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified char at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeChar(char) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeDouble(double) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified double at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeDouble(double) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeFloat(float) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified float at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeFloat(float) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeInt(int) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeLong(long) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeNullableSimpleString(SimpleString) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified SimpleString (potentially null) at the current writerIndex
writeNullableSimpleString(SimpleString) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeNullableString(String) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified String (potentially null) at the current writerIndex
writeNullableString(String) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writerIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
Returns the writerIndex of this buffer.
writerIndex(int) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the writerIndex of this buffer.
writerIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writerIndex(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeShort(short) - Method in interface org.hornetq.api.core.HornetQBuffer
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.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeSimpleString(SimpleString) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified non-null SimpleString at the current writerIndex
writeSimpleString(SimpleString) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeString(String) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified non-null String at the current writerIndex
writeString(String) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
writeUTF(String) - Method in interface org.hornetq.api.core.HornetQBuffer
Sets the specified UTF-8 String at the current writerIndex
writeUTF(String) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
 
A B C D E F G H I L M N O P R S T U V W 
HornetQ Commons 2.3.25.Final-redhat-1

Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.