Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S T U V W

A

ACTIVEMQ_CLASSLOADER - Static variable in class org.activemq.util.SerializationHelper
 
AsyncProxy - class org.activemq.util.AsyncProxy.
A proxy to some service which offers an asynchronous way to invoke methods which are void and don't throw exceptions.
AsyncProxy(Object, Executor) - Constructor for class org.activemq.util.AsyncProxy
 
AsyncProxy(Object, Executor, Log) - Constructor for class org.activemq.util.AsyncProxy
 
AsyncProxy(Executor, Log) - Constructor for class org.activemq.util.AsyncProxy
 
AsyncProxyTest - class org.activemq.util.AsyncProxyTest.
 
AsyncProxyTest() - Constructor for class org.activemq.util.AsyncProxyTest
 
activateOptions() - Method in class org.activemq.util.JmsLogAppenderSupport
 
addKeyValuePair(Map, String) - Static method in class org.activemq.util.URIHelper
 
age - Variable in class org.activemq.util.SimplePojo
 
allowTextMessages - Variable in class org.activemq.util.JmsLogAppenderSupport
 
append(LoggingEvent) - Method in class org.activemq.util.JmsLogAppenderSupport
 

B

BIT_VALUES - Static variable in class org.activemq.util.BitArray
 
BYTE_SIZE - Static variable in class org.activemq.util.BitArray
 
BeanUtils - class org.activemq.util.BeanUtils.
Some bean utility methods
BeanUtils() - Constructor for class org.activemq.util.BeanUtils
 
BitArray - class org.activemq.util.BitArray.
Simple BitArray to enable setting multiple boolean values efficently Used instead of BitSet because BitSet does not allow for efficent serialization.
BitArray() - Constructor for class org.activemq.util.BitArray
 
BitArrayBin - class org.activemq.util.BitArrayBin.
Holder for many bitArrays - used for message audit
BitArrayBin(int) - Constructor for class org.activemq.util.BitArrayBin
Create a BitArrayBin to a certain window size (number of messages to keep)
BitArrayBinTest - class org.activemq.util.BitArrayBinTest.
BitArrayBinTest
BitArrayBinTest(String) - Constructor for class org.activemq.util.BitArrayBinTest
Constructor for BitArrayBinTest.
BitArrayTest - class org.activemq.util.BitArrayTest.
BitArrayTest
BitArrayTest(String) - Constructor for class org.activemq.util.BitArrayTest
Constructor for BitArrayTest.
baseFile - Variable in class org.activemq.util.MergeProperties
 
bits - Variable in class org.activemq.util.BitArray
 

C

Callback - interface org.activemq.util.Callback.
A simple callback object used by the TransactionTemplate and ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
ClassLoading - class org.activemq.util.ClassLoading.
Utilities for loading classes.
ClassLoading() - Constructor for class org.activemq.util.ClassLoading
 
canAccessSystemProperties - Static variable in class org.activemq.util.SystemProperties
 
classes - Variable in class org.activemq.util.FactoryFinder
 
close() - Method in class org.activemq.util.JmsLogAppenderSupport
 
compare(Object, Object) - Method in class org.activemq.util.DefaultComparator
 
compare(String, String) - Static method in class org.activemq.util.IdGenerator
Does a proper compare on the ids
connection - Variable in class org.activemq.util.JmsLogAppenderSupport
 
convert(Object, Class) - Static method in class org.activemq.util.ReflectionSupport
 
createConnection() - Method in class org.activemq.util.JmsLogAppender
 
createConnection() - Method in class org.activemq.util.JmsLogAppenderSupport
 
createConnection() - Method in class org.activemq.util.JndiJmsLogAppender
 
createInitialContext() - Method in class org.activemq.util.JndiJmsLogAppender
 
createInputStream(byte[]) - Static method in class org.activemq.util.FastInputStream
 
createMessage(LoggingEvent) - Method in class org.activemq.util.JmsLogAppenderSupport
 
createOutputStream() - Static method in class org.activemq.util.FastOutputStream
 
createProducer() - Method in class org.activemq.util.JmsLogAppenderSupport
 
createProxy(Class, Object, Executor) - Static method in class org.activemq.util.AsyncProxy
 
createSession() - Method in class org.activemq.util.JmsLogAppenderSupport
 

D

DEFAULT_INITIAL_CAPACITY - Static variable in class org.activemq.util.LRUCache
 
DEFAULT_LOAD_FACTOR - Static variable in class org.activemq.util.LRUCache
 
DefaultComparator - class org.activemq.util.DefaultComparator.
A trivial default java.util.Comparator which only works on objects which are java.lang.Comparable
DefaultComparator() - Constructor for class org.activemq.util.DefaultComparator
 
decrementIndent() - Method in class org.activemq.util.IndentPrinter
 
defaultProperties - Static variable in class org.activemq.util.SystemProperties
 
doAsyncMethodInvoke(Method, Object[]) - Method in class org.activemq.util.AsyncProxy
 
doFindClass(String) - Method in class org.activemq.util.FactoryFinder
 

E

ExampleServer - interface org.activemq.util.ExampleServer.
 
ExampleServerImpl - class org.activemq.util.ExampleServerImpl.
A mock server for testing
ExampleServerImpl() - Constructor for class org.activemq.util.ExampleServerImpl
 
ExceptionTemplate - class org.activemq.util.ExceptionTemplate.
A helper class for ensuring that a number of tasks occur, whether they throw exceptions or not and saving the first exception so that we can throw it properly.
ExceptionTemplate() - Constructor for class org.activemq.util.ExceptionTemplate
 
ExecutorHelper - class org.activemq.util.ExecutorHelper.
A helper class for working with EDU.oswego.cs.dl.util.concurrent.Executor objects
ExecutorHelper() - Constructor for class org.activemq.util.ExecutorHelper
 
enabled - Variable in class org.activemq.util.SimplePojo
 
exceptionListener - Variable in class org.activemq.util.MessageListenerSupport
 
execute() - Method in interface org.activemq.util.Callback
Executes some piece of code within a transaction performing a commit if there is no exception thrown else a rollback is performed
executor - Variable in class org.activemq.util.AsyncProxy
 

F

FactoryFinder - class org.activemq.util.FactoryFinder.
A helper class to discover protocols dynamically to ensure that the system is extensible and has minimum runtime dependencies
FactoryFinder(String) - Constructor for class org.activemq.util.FactoryFinder
 
FastInputStream - class org.activemq.util.FastInputStream.
This provides InputStream that delegates to com.sleepycat.util.FastInputStream if it is available and if it is not it delegates to java.io.ByteArrayInputStream.
FastInputStream(byte[]) - Constructor for class org.activemq.util.FastInputStream
 
FastOutputStream - class org.activemq.util.FastOutputStream.
This provides OutputStream that delegates to com.sleepycat.util.FastOutputStream if it is available and if it is not it delegates to java.io.ByteArrayOutputStream.
FastOutputStream() - Constructor for class org.activemq.util.FastOutputStream
 
findClass(String) - Method in class org.activemq.util.FactoryFinder
Loads the class for the given key
findSetterMethod(Class, String) - Static method in class org.activemq.util.ReflectionSupport
 
firstBin - Variable in class org.activemq.util.BitArrayBin
 
firstException - Variable in class org.activemq.util.ExceptionTemplate
 
firstIndex - Variable in class org.activemq.util.BitArrayBin
 
flush() - Method in class org.activemq.util.IndentPrinter
 
foo() - Method in interface org.activemq.util.ExampleServer
 
foo() - Method in class org.activemq.util.ExampleServerImpl
 
fooCount - Variable in class org.activemq.util.ExampleServerImpl
 

G

generateId() - Method in class org.activemq.util.IdGenerator
Generate a unqiue id
get(int) - Method in class org.activemq.util.BitArray
 
getAge() - Method in class org.activemq.util.SimplePojo
 
getBaseFile() - Method in class org.activemq.util.MergeProperties
 
getBin(long) - Method in class org.activemq.util.BitArrayBin
Get the index of the bin from the total index
getBit(long) - Method in class org.activemq.util.BitArrayBin
Get the boolean value at the index
getBitArray(long) - Method in class org.activemq.util.BitArrayBin
Get the BitArray for the index
getBits() - Method in class org.activemq.util.BitArray
 
getClassName(Class) - Static method in class org.activemq.util.ClassLoading
 
getConnection() - Method in class org.activemq.util.JmsLogAppenderSupport
 
getCountFromId(String) - Static method in class org.activemq.util.IdGenerator
From a generated id - return the generator count
getData(BitArray) - Method in class org.activemq.util.BitArrayTest
 
getDestination(LoggingEvent) - Method in class org.activemq.util.JmsLogAppenderSupport
 
getExceptionListener() - Method in class org.activemq.util.MessageListenerSupport
 
getFirstException() - Method in class org.activemq.util.ExceptionTemplate
Returns the first exception thrown during the execution of this template or returns null if there has been no exception thrown yet.
getFooCount() - Method in interface org.activemq.util.ExampleServer
 
getFooCount() - Method in class org.activemq.util.ExampleServerImpl
 
getHostName() - Static method in class org.activemq.util.IdGenerator
As we have to find the hostname as a side-affect of generating a unique stub, we allow it's easy retrevial here
getIndentLevel() - Method in class org.activemq.util.IndentPrinter
 
getInitialContextFactoryName() - Method in class org.activemq.util.JndiJmsLogAppender
 
getInt(Map, String, int) - Static method in class org.activemq.util.MapHelper
Extracts the value from the map and coerces to an int value or returns a default value if one could not be found or coerced
getJndiName() - Method in class org.activemq.util.JndiJmsLogAppender
 
getKey(String) - Method in class org.activemq.util.MergeProperties
 
getLastPath(URI) - Static method in class org.activemq.util.URIHelper
Get the Path
getLastQuery(URI) - Static method in class org.activemq.util.URIHelper
Get the query str
getLastSequenceId() - Method in class org.activemq.util.LongSequenceGenerator
 
getMergeFile() - Method in class org.activemq.util.MergeProperties
 
getName() - Method in class org.activemq.util.SimplePojo
 
getNext() - Method in class org.activemq.util.URIHelper
 
getNextSequence() - Method in class org.activemq.util.IdGenerator
 
getNextSequenceId() - Method in class org.activemq.util.LongSequenceGenerator
 
getNextShortSequence() - Method in class org.activemq.util.IdGenerator
 
getOffset(long) - Method in class org.activemq.util.BitArrayBin
Get the offset into a bin from the total index
getPassword() - Method in class org.activemq.util.JmsLogAppender
 
getPassword() - Method in class org.activemq.util.JndiJmsLogAppender
 
getPrimitiveType(String) - Static method in class org.activemq.util.ClassLoading
Get the primitive type for the given primitive name.
getProducer() - Method in class org.activemq.util.JmsLogAppenderSupport
 
getProviderURL() - Method in class org.activemq.util.JndiJmsLogAppender
 
getSecurityCredentials() - Method in class org.activemq.util.JndiJmsLogAppender
 
getSecurityPrincipalName() - Method in class org.activemq.util.JndiJmsLogAppender
 
getSeed() - Method in class org.activemq.util.IdGenerator
 
getSeedFromId(String) - Static method in class org.activemq.util.IdGenerator
From a generated id - return the seed (i.e.
getSession() - Method in class org.activemq.util.JmsLogAppenderSupport
 
getString(Map, String) - Static method in class org.activemq.util.MapHelper
Extracts the value from the map and coerces to a String
getSystemProperties() - Static method in class org.activemq.util.SystemProperties
 
getUri() - Method in class org.activemq.util.JmsLogAppender
 
getUri() - Method in class org.activemq.util.SimplePojo
 
getUrlPkgPrefixes() - Method in class org.activemq.util.JndiJmsLogAppender
 
getUserName() - Method in class org.activemq.util.JmsLogAppender
 
getUserName() - Method in class org.activemq.util.JndiJmsLogAppender
 
getUserName() - Static method in class org.activemq.util.SystemProperties
 
getVMPrimitiveType(String) - Static method in class org.activemq.util.ClassLoading
Get the primitive type for the given VM primitive name.

H

hasNext() - Method in class org.activemq.util.URIHelper
 
hostName - Static variable in class org.activemq.util.IdGenerator
 

I

INT_SIZE - Static variable in class org.activemq.util.BitArray
 
IdGenerator - class org.activemq.util.IdGenerator.
Generator for globally unique Strings
IdGenerator() - Constructor for class org.activemq.util.IdGenerator
Construct an IdGenerator
IdGenerator(String) - Constructor for class org.activemq.util.IdGenerator
Construct an IdGenerator using the seed provided
IdGeneratorTest - class org.activemq.util.IdGeneratorTest.
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
IdGeneratorTest(String) - Constructor for class org.activemq.util.IdGeneratorTest
Constructor for IdGeneratorTest.
IndentPrinter - class org.activemq.util.IndentPrinter.
A helper class for printing indented text
IndentPrinter() - Constructor for class org.activemq.util.IndentPrinter
 
IndentPrinter(PrintWriter) - Constructor for class org.activemq.util.IndentPrinter
 
IndentPrinter(PrintWriter, String) - Constructor for class org.activemq.util.IndentPrinter
 
incrementIndent() - Method in class org.activemq.util.IndentPrinter
 
indent - Variable in class org.activemq.util.IndentPrinter
 
indentLevel - Variable in class org.activemq.util.IndentPrinter
 
initialContextFactoryName - Variable in class org.activemq.util.JndiJmsLogAppender
 
instanceCount - Static variable in class org.activemq.util.IdGenerator
 
invoke(Object, Method, Object[]) - Method in class org.activemq.util.AsyncProxy
 
isEnabled() - Method in class org.activemq.util.SimplePojo
 
isSettableType(Class) - Static method in class org.activemq.util.ReflectionSupport
 

J

JMSExceptionHelper - class org.activemq.util.JMSExceptionHelper.
A helper class for creating new JMS exceptions
JMSExceptionHelper() - Constructor for class org.activemq.util.JMSExceptionHelper
 
JMS_PUBLISH_ERROR_CODE - Static variable in class org.activemq.util.JmsLogAppenderSupport
 
JmsLogAppender - class org.activemq.util.JmsLogAppender.
A JMS 1.1 log4j appender which uses ActiveMQ by default and does not require any JNDI configurations
JmsLogAppender() - Constructor for class org.activemq.util.JmsLogAppender
 
JmsLogAppenderSupport - class org.activemq.util.JmsLogAppenderSupport.
An abstract base class for implementation inheritence for a log4j JMS appender
JmsLogAppenderSupport() - Constructor for class org.activemq.util.JmsLogAppenderSupport
 
JmsLogAppenderTest - class org.activemq.util.JmsLogAppenderTest.
 
JmsLogAppenderTest() - Constructor for class org.activemq.util.JmsLogAppenderTest
 
JndiJmsLogAppender - class org.activemq.util.JndiJmsLogAppender.
A JMS 1.1 log4j appender which uses JNDI to locate a JMS ConnectionFactory to use for logging events.
JndiJmsLogAppender() - Constructor for class org.activemq.util.JndiJmsLogAppender
 
jndiName - Variable in class org.activemq.util.JndiJmsLogAppender
 

L

LONG_SIZE - Static variable in class org.activemq.util.BitArray
 
LRUCache - class org.activemq.util.LRUCache.
Represnts an LRUCache of a fixed maximum size which by default will remove items based on access order but can be used to use insertion order
LRUCache(int, float, boolean, int) - Constructor for class org.activemq.util.LRUCache
 
LRUCache(int) - Constructor for class org.activemq.util.LRUCache
 
LRUCache(int, boolean) - Constructor for class org.activemq.util.LRUCache
 
LongSequenceGenerator - class org.activemq.util.LongSequenceGenerator.
Generates sequence ids used to identify messages in the SQL tables.
LongSequenceGenerator() - Constructor for class org.activemq.util.LongSequenceGenerator
 
lastSequenceId - Variable in class org.activemq.util.LongSequenceGenerator
 
length - Variable in class org.activemq.util.BitArray
 
length() - Method in class org.activemq.util.BitArray
 
list - Variable in class org.activemq.util.BitArrayBin
 
load(String, ClassLoader) - Static method in class org.activemq.util.ClassLoading
 
load(String, ClassLoader) - Method in class org.activemq.util.SerializationHelper.ObjectInputStreamExt
 
loadClass(String, ClassLoader) - Static method in class org.activemq.util.ClassLoading
Load a class for the given name.
loadClass(String) - Method in class org.activemq.util.FactoryFinder
 
log - Variable in class org.activemq.util.AsyncProxy
 
log - Static variable in class org.activemq.util.ExecutorHelper
 
log - Static variable in class org.activemq.util.IdGenerator
 
log - Static variable in class org.activemq.util.JMSExceptionHelper
 
log - Static variable in class org.activemq.util.ReflectionSupport
 
log - Static variable in class org.activemq.util.SystemProperties
 

M

MapHelper - class org.activemq.util.MapHelper.
A bunch of utility methods for working with maps
MapHelper() - Constructor for class org.activemq.util.MapHelper
 
MergeProperties - class org.activemq.util.MergeProperties.
This class is used by an ant task that will merge the jmeter property files.
MergeProperties() - Constructor for class org.activemq.util.MergeProperties
 
MessageListenerSupport - class org.activemq.util.MessageListenerSupport.
A helper base class which makes writing message listeners easier without having to worry about handling the JMSException on the onMessage() method.
MessageListenerSupport() - Constructor for class org.activemq.util.MessageListenerSupport
 
main(String[]) - Static method in class org.activemq.util.BitArrayBinTest
 
main(String[]) - Static method in class org.activemq.util.BitArrayTest
 
main(String[]) - Static method in class org.activemq.util.IdGeneratorTest
 
main(String[]) - Static method in class org.activemq.util.MergeProperties
 
maxNumberOfArrays - Variable in class org.activemq.util.BitArrayBin
 
maxSize - Variable in class org.activemq.util.LRUCache
 
mergeFile - Variable in class org.activemq.util.MergeProperties
 
mergePropertyFiles() - Method in class org.activemq.util.MergeProperties
 

N

name - Variable in class org.activemq.util.SimplePojo
 
newIOException(JMSException) - Static method in class org.activemq.util.JMSExceptionHelper
 
newInstance(String) - Method in class org.activemq.util.FactoryFinder
Creates a new instance of the given key
newJMSException(String, Throwable) - Static method in class org.activemq.util.JMSExceptionHelper
 
newJMSException(String, Exception) - Static method in class org.activemq.util.JMSExceptionHelper
 
newJMSException(Throwable) - Static method in class org.activemq.util.JMSExceptionHelper
 

O

onJMSException(JMSException, Message) - Method in class org.activemq.util.MessageListenerSupport
Process the JMS exception either by calling an exception listener which can contian custom logic or by throwing a runtime exception
onMessage(Message) - Method in class org.activemq.util.MessageListenerSupport
 
org.activemq.util - package org.activemq.util
The core JMS client implementation classes
out - Variable in class org.activemq.util.IndentPrinter
 

P

PRIMITIVES - Static variable in class org.activemq.util.ClassLoading
Primitive type name -> class map.
PRIMITIVE_WRAPPERS - Static variable in class org.activemq.util.ClassLoading
Map of primitive types to their wrapper classes
parseQuery(URI) - Static method in class org.activemq.util.URIHelper
Parsers the query string of the URI into a map of key-value pairs
parseQuery(String) - Static method in class org.activemq.util.URIHelper
Parsers the query string of the URI into a map of key-value pairs
password - Variable in class org.activemq.util.JmsLogAppender
 
password - Variable in class org.activemq.util.JndiJmsLogAppender
 
path - Variable in class org.activemq.util.FactoryFinder
 
persistenceAdapter - Variable in class org.activemq.util.TransactionTemplate
 
populate(Object, Map) - Static method in class org.activemq.util.BeanUtils
 
previouslyMerged(ArrayList, ArrayList) - Method in class org.activemq.util.MergeProperties
 
print(String) - Method in class org.activemq.util.IndentPrinter
 
printIndent() - Method in class org.activemq.util.IndentPrinter
 
println(Object) - Method in class org.activemq.util.IndentPrinter
 
println(String) - Method in class org.activemq.util.IndentPrinter
 
println() - Method in class org.activemq.util.IndentPrinter
 
processMessage(Message) - Method in class org.activemq.util.MessageListenerSupport
This method processes the incoming message possibly throwing a JMSException if the message could not be processed correctly.
producer - Variable in class org.activemq.util.JmsLogAppenderSupport
 
providerURL - Variable in class org.activemq.util.JndiJmsLogAppender
 

R

ReflectionSupport - class org.activemq.util.ReflectionSupport.
 
ReflectionSupport() - Constructor for class org.activemq.util.ReflectionSupport
 
ReflectionSupportTest - class org.activemq.util.ReflectionSupportTest.
 
ReflectionSupportTest() - Constructor for class org.activemq.util.ReflectionSupportTest
 
readFromStream(DataInput) - Method in class org.activemq.util.BitArray
read the bits from an input stream
readObject(byte[]) - Static method in class org.activemq.util.SerializationHelper
Read an Object from a byte array
readObject(InputStream) - Static method in class org.activemq.util.SerializationHelper
read an object from an InputStream
realObject - Variable in class org.activemq.util.AsyncProxy
 
removeEldestEntry(Map.Entry) - Method in class org.activemq.util.LRUCache
 
removeInitialSlash(String) - Static method in class org.activemq.util.URIHelper
 
requiresLayout() - Method in class org.activemq.util.JmsLogAppenderSupport
 
reset() - Method in class org.activemq.util.BitArray
reset all the bit values to false
reset(long) - Method in class org.activemq.util.BitArray
reset all the bits to the value supplied
resolveClass(ObjectStreamClass) - Method in class org.activemq.util.SerializationHelper.ObjectInputStreamExt
 
resolveProxyClass(String[]) - Method in class org.activemq.util.SerializationHelper.ObjectInputStreamExt
 
run(Callback) - Method in class org.activemq.util.ExceptionTemplate
 
run(Callback) - Method in class org.activemq.util.TransactionTemplate
 

S

SHORT_SIZE - Static variable in class org.activemq.util.BitArray
 
SerializationHelper - class org.activemq.util.SerializationHelper.
 
SerializationHelper() - Constructor for class org.activemq.util.SerializationHelper
 
SerializationHelper.ObjectInputStreamExt - class org.activemq.util.SerializationHelper.ObjectInputStreamExt.
 
SerializationHelper.ObjectInputStreamExt(InputStream) - Constructor for class org.activemq.util.SerializationHelper.ObjectInputStreamExt
 
SimplePojo - class org.activemq.util.SimplePojo.
 
SimplePojo() - Constructor for class org.activemq.util.SimplePojo
 
SystemProperties - class org.activemq.util.SystemProperties.
Helper class for accessing System properties
SystemProperties() - Constructor for class org.activemq.util.SystemProperties
 
securityCredentials - Variable in class org.activemq.util.JndiJmsLogAppender
 
securityPrincipalName - Variable in class org.activemq.util.JndiJmsLogAppender
 
seed - Variable in class org.activemq.util.IdGenerator
 
sequence - Variable in class org.activemq.util.IdGenerator
 
serialVersionUID - Static variable in class org.activemq.util.DefaultComparator
 
serialVersionUID - Static variable in class org.activemq.util.LRUCache
 
session - Variable in class org.activemq.util.JmsLogAppenderSupport
 
set(int, boolean) - Method in class org.activemq.util.BitArray
set the boolean value at the index
setAge(int) - Method in class org.activemq.util.SimplePojo
 
setBaseFile(File) - Method in class org.activemq.util.MergeProperties
 
setBit(long, boolean) - Method in class org.activemq.util.BitArrayBin
Set a bit
setConnection(Connection) - Method in class org.activemq.util.JmsLogAppenderSupport
 
setData(BitArray, byte[]) - Method in class org.activemq.util.BitArrayTest
 
setEnabled(boolean) - Method in class org.activemq.util.SimplePojo
 
setExceptionListener(ExceptionListener) - Method in class org.activemq.util.MessageListenerSupport
 
setIndentLevel(int) - Method in class org.activemq.util.IndentPrinter
 
setInitialContextFactoryName(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setJndiName(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setLastSequenceId(long) - Method in class org.activemq.util.LongSequenceGenerator
 
setMergeFile(File) - Method in class org.activemq.util.MergeProperties
 
setName(String) - Method in class org.activemq.util.SimplePojo
 
setPassword(String) - Method in class org.activemq.util.JmsLogAppender
 
setPassword(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setProducer(MessageProducer) - Method in class org.activemq.util.JmsLogAppenderSupport
 
setProperties(Object, Map) - Static method in class org.activemq.util.ReflectionSupport
 
setProperty(Object, String, Object) - Static method in class org.activemq.util.ReflectionSupport
 
setProviderURL(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setSecurityCredentials(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setSecurityPrincipalName(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setSession(Session) - Method in class org.activemq.util.JmsLogAppenderSupport
 
setUp() - Method in class org.activemq.util.BitArrayBinTest
 
setUp() - Method in class org.activemq.util.BitArrayTest
 
setUp() - Method in class org.activemq.util.IdGeneratorTest
 
setUri(String) - Method in class org.activemq.util.JmsLogAppender
 
setUri(URI) - Method in class org.activemq.util.SimplePojo
 
setUrlPkgPrefixes(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
setUserName(String) - Method in class org.activemq.util.JmsLogAppender
 
setUserName(String) - Method in class org.activemq.util.JndiJmsLogAppender
 
shortSequence - Variable in class org.activemq.util.IdGenerator
 
start() - Method in class org.activemq.util.ExampleServerImpl
 
stop() - Method in class org.activemq.util.ExampleServerImpl
 
stopExecutor(Executor) - Static method in class org.activemq.util.ExecutorHelper
A helper method to stop the execution of an executor
strip(String) - Method in class org.activemq.util.URIHelper
 
subjectPrefix - Variable in class org.activemq.util.JmsLogAppenderSupport
 

T

TransactionTemplate - class org.activemq.util.TransactionTemplate.
A helper class for running code with a PersistenceAdapter in a transaction.
TransactionTemplate(PersistenceAdapter) - Constructor for class org.activemq.util.TransactionTemplate
 
tearDown() - Method in class org.activemq.util.BitArrayBinTest
 
tearDown() - Method in class org.activemq.util.BitArrayTest
 
tearDown() - Method in class org.activemq.util.IdGeneratorTest
 
testAsyncProxy() - Method in class org.activemq.util.AsyncProxyTest
 
testCompare() - Method in class org.activemq.util.IdGeneratorTest
 
testGenerateId() - Method in class org.activemq.util.IdGeneratorTest
This is not a good test!
testGetCountFromId() - Method in class org.activemq.util.IdGeneratorTest
 
testGetSeedFromId() - Method in class org.activemq.util.IdGeneratorTest
 
testLastPath() - Method in class org.activemq.util.URIHelperTest
 
testLength() - Method in class org.activemq.util.BitArrayTest
 
testLoggingWithJMS() - Method in class org.activemq.util.JmsLogAppenderTest
 
testNext() - Method in class org.activemq.util.URIHelperTest
 
testQuery() - Method in class org.activemq.util.URIHelperTest
 
testSet() - Method in class org.activemq.util.BitArrayTest
 
testSetBitGetBit() - Method in class org.activemq.util.BitArrayBinTest
 
testSetBitGetBitInRange() - Method in class org.activemq.util.BitArrayBinTest
 
testSetProperties() - Method in class org.activemq.util.ReflectionSupportTest
 
testTime() - Method in class org.activemq.util.BitArrayTest
 
testWrite(int) - Method in class org.activemq.util.BitArrayTest
 
testWriteToStream() - Method in class org.activemq.util.BitArrayTest
 
throwJMSException() - Method in class org.activemq.util.ExceptionTemplate
Throws the first exception caught during the execution of this template as a JMS exception or do nothing if we have not caught and exception
toByteArray() - Method in class org.activemq.util.FastOutputStream
 
tokenizer - Variable in class org.activemq.util.URIHelper
 

U

UNIQUE_STUB - Static variable in class org.activemq.util.IdGenerator
 
URIHelper - class org.activemq.util.URIHelper.
Some URI based helper methods.
URIHelper(String) - Constructor for class org.activemq.util.URIHelper
Create URIHelper with a path
URIHelperTest - class org.activemq.util.URIHelperTest.
 
URIHelperTest() - Constructor for class org.activemq.util.URIHelperTest
 
uri - Variable in class org.activemq.util.JmsLogAppender
 
uri - Variable in class org.activemq.util.SimplePojo
 
urlPkgPrefixes - Variable in class org.activemq.util.JndiJmsLogAppender
 
userName - Variable in class org.activemq.util.JmsLogAppender
 
userName - Variable in class org.activemq.util.JndiJmsLogAppender
 

V

VM_PRIMITIVES - Static variable in class org.activemq.util.ClassLoading
VM primitive type name -> primitive type
VM_PRIMITIVES_REVERSE - Static variable in class org.activemq.util.ClassLoading
VM primitive type primitive type -> name

W

writeObject(Object) - Static method in class org.activemq.util.SerializationHelper
Serialize an Object to a ByteArray
writeObject(OutputStream, Object) - Static method in class org.activemq.util.SerializationHelper
Write an Object to an OutputStream
writeToStream(DataOutput) - Method in class org.activemq.util.BitArray
write the bits to an output stream

A B C D E F G H I J L M N O P R S T U V W