Uses of Package
org.apache.activemq.util

Packages that use org.apache.activemq.util
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.filter.function Filter Function implementations for JMS Selectors. 
org.apache.activemq.management An implementation of the J2EE Management API 
org.apache.activemq.openwire   
org.apache.activemq.openwire.v1   
org.apache.activemq.thread   
org.apache.activemq.transport The core Transport abstraction and support classes 
org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients. 
org.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. 
org.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testing 
org.apache.activemq.transport.multicast A Multicast based Transport implementation. 
org.apache.activemq.transport.nio   
org.apache.activemq.transport.tcp TCP/IP based Transport implementation. 
org.apache.activemq.transport.udp UDP based Transport implementation. 
org.apache.activemq.util   
org.apache.activemq.wireformat An API for WireFormats which are used to turn object into bytes and bytes into objects. 
 

Classes in org.apache.activemq.util used by org.apache.activemq
IdGenerator
          Generator for Globally unique Strings.
LongSequenceGenerator
           
 

Classes in org.apache.activemq.util used by org.apache.activemq.command
ByteArrayOutputStream
          Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a ByteSequence to avoid an extra byte[] allocation.
ByteSequence
           
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.
DataByteArrayOutputStream
          Optimized ByteArrayOutputStream
 

Classes in org.apache.activemq.util used by org.apache.activemq.filter.function
LRUCache
          A Simple LRU Cache
 

Classes in org.apache.activemq.util used by org.apache.activemq.management
IndentPrinter
          A helper class for printing indented text
 

Classes in org.apache.activemq.util used by org.apache.activemq.openwire
ByteSequence
           
 

Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v1
ByteSequence
           
 

Classes in org.apache.activemq.util used by org.apache.activemq.thread
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.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport
IntSequenceGenerator
           
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.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.discovery
URISupport.CompositeData
          A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.failover
URISupport.CompositeData
          A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.mock
URISupport.CompositeData
          A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.multicast
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.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.nio
ServiceListener
          A listener for service start, stop events
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.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.tcp
ServiceListener
          A listener for service start, stop events
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.
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.udp
ByteArrayOutputStream
          Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a ByteSequence to avoid an extra byte[] allocation.
IntSequenceGenerator
           
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.
 

Classes in org.apache.activemq.util used by org.apache.activemq.util
ByteSequence
           
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.
FactoryFinder.ObjectFactory
          The strategy that the FactoryFinder uses to find load and instantiate Objects can be changed out by calling the FactoryFinder.setObjectFactory(org.apache.activemq.util.FactoryFinder.ObjectFactory) method with a custom implementation of ObjectFactory.
ServiceListener
          A listener for service start, stop events
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.
TypeConversionSupport.Converter
           
URISupport.CompositeData
          A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
 

Classes in org.apache.activemq.util used by org.apache.activemq.wireformat
ByteSequence
           
 



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