Package org.apache.activemq.apollo.util

Interface Summary
Callback A simple callback object used by the org.apache.activemq.util.TransactionTemplate and org.apache.activemq.util.ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
Combinator.BeanFactory<T>  
Combinator.CombinationAware  
FutureListener<V> FutureListener
IOHelper.IOStrategy  
ListenableFuture<V> ListenableFuture
Mapper<K,V>  
Service The core lifecyle interface for ActiveMQ components.
ServiceListener A listener for service start, stop events
VoidFunction1<T1>
 

Class Summary
ApolloThreadPool Holds a singleton instance to a cached thread pool that can be used to execute blocking tasks.
BitArray Simple BitArray to enable setting multiple boolean values efficently Used instead of BitSet because BitSet does not allow for efficent serialization.
BitArrayBin Holder for many bitArrays - used for message audit
BooleanEditor  
ClassLoadingAwareObjectInputStream  
Combinator Combinator objects are used to compute all the possible combinations given a set of combination options.
Comparators  
DiskBenchmark This class is used to get a benchmark the raw disk performance.
DiskBenchmark.Report  
HashList<E>  
IdGenerator Generator for Globally unique Strings.
IndentPrinter A helper class for printing indented text
IntrospectionSupport  
IntSequenceGenerator  
IOExceptionSupport  
IOHelper  
JavaBaseService The BaseService provides helpers for dealing async service state.
JavaBaseService.STARTING  
JavaBaseService.State  
JavaBaseService.STOPPING  
JMSExceptionSupport  
JMXSupport  
LockFile Used to lock a File.
LongSequenceGenerator  
LRUCache<K,V> A Simple LRU Cache
MemoryPropertyEditor Converts string values like "20 Mb", "1024kb", and "1g" to long values in bytes.
PriorityLinkedList<E extends LinkedNode<E>>  
PriorityMap<E>  
Scheduler  
SchedulerTimerTask A TimeTask for a Runnable object
ServiceStopper A helper class used to stop a bunch of services, catching and logging any exceptions and then throwing the first exception when everything is stoped.
ServiceSupport A helper class for working with services together with a useful base class for service implementations.
SslContext A holder of SSL configuration.
StringSupport Helper class to hold common text/string manipulation methods.
TimerHeap<V>  
TreeMap<K,V> A TreeMap that is lighter weight than the Sun implementation with implementations for upper/lower/floor/ceiling accessors.
TreeMap.TreeEntry<K,V>  
URIEditor  
URISupport  
URISupport.CompositeData  
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.