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

Quick Search    Search Deep

org.activemq.util.ant.* (1)org.activemq.util.connection.* (1)

org.activemq.util: Javadoc index of package org.activemq.util.


Package Samples:

org.activemq.util.ant
org.activemq.util.connection

Classes:

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. This class allows ActiveMQ to not be dependent on the bdb lib. It might be worth it to just fully implement a FastOutputStream ourselfs. I think it's just a ByteArrayOutputStream what is not thread safe.
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. This class allows ActiveMQ to not be dependent on the bdb lib. It might be worth it to just fully implement a FastInputStream ourselfs. I think it's just a ByteArrayInputStream what is not thread safe.
Callback: A simple callback object used by the TransactionTemplate and ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
MessageListenerSupport: A helper base class which makes writing message listeners easier without having to worry about handling the JMSException on the onMessage() method. By default the JMS ExceptionListener will be used to handle any JMS exceptions or if none is configured then a runtime exception will be generated.
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. This class is particularly useful for shutting things down, where we want to try close all resources, whether they fail or not.
AsyncProxy: A proxy to some service which offers an asynchronous way to invoke methods which are void and don't throw exceptions. Calling the method results in a command object being added to a queue for later execution.
DefaultComparator: A trivial default java.util.Comparator which only works on objects which are java.lang.Comparable
BitArray: Simple BitArray to enable setting multiple boolean values efficently Used instead of BitSet because BitSet does not allow for efficent serialization. Will store up to 64 boolean values
ExecutorHelper: A helper class for working with EDU.oswego.cs.dl.util.concurrent.Executor objects
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
IdGeneratorTest: To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
FactoryFinder: A helper class to discover protocols dynamically to ensure that the system is extensible and has minimum runtime dependencies
JndiJmsLogAppender: A JMS 1.1 log4j appender which uses JNDI to locate a JMS ConnectionFactory to use for logging events.
JmsLogAppender: A JMS 1.1 log4j appender which uses ActiveMQ by default and does not require any JNDI configurations
JmsLogAppenderSupport: An abstract base class for implementation inheritence for a log4j JMS appender
MergeProperties: This class is used by an ant task that will merge the jmeter property files.
TransactionTemplate: A helper class for running code with a PersistenceAdapter in a transaction.
ServerConnectionFactory: Provides static methods for creating Session and Destination objects.
LongSequenceGenerator: Generates sequence ids used to identify messages in the SQL tables.
BitArrayBin: Holder for many bitArrays - used for message audit
MapHelper: A bunch of utility methods for working with maps
JMSExceptionHelper: A helper class for creating new JMS exceptions
SystemProperties: Helper class for accessing System properties
IndentPrinter: A helper class for printing indented text
IdGenerator: Generator for globally unique Strings

Home | Contact Us | Privacy Policy | Terms of Service