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.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.management An implementation of the J2EE Management API 
org.apache.activemq.network Support for federated networks of brokers. 
org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. 
org.apache.activemq.openwire   
org.apache.activemq.openwire.v1   
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.rapid   
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.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.apache.activemq.transport.https A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL. 
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.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
org.apache.activemq.transport.tcp TCP/IP based Transport implementation. 
org.apache.activemq.transport.udp UDP based Transport implementation. 
org.apache.activemq.transport.util   
org.apache.activemq.transport.xmpp   
org.apache.activemq.util Some utility classes 
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.broker
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.
 

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

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

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 TransactionTemplate and org.apache.activemq.util.ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
 

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.network
IdGenerator
          Generator for Globally unique Strings.
LongSequenceGenerator
           
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.network.jms
LRUCache
          A Simple LRU Cache
 

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.store.journal
ByteSequence
           
Callback
          A simple callback object used by the TransactionTemplate and org.apache.activemq.util.ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
TransactionTemplate
          A helper class for running code with a PersistenceAdapter in a transaction.
 

Classes in org.apache.activemq.util used by org.apache.activemq.store.rapid
ByteSequence
           
TransactionTemplate
          A helper class for running code with a PersistenceAdapter in a transaction.
 

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
           
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.failover
URISupport.CompositeData
           
 

Classes in org.apache.activemq.util used by org.apache.activemq.transport.http
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.https
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.mock
URISupport.CompositeData
           
 

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.stomp
ByteSequence
           
 

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

Classes in org.apache.activemq.util used by org.apache.activemq.transport.xmpp
ByteSequence
           
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 TransactionTemplate and org.apache.activemq.util.ExceptionTemplate objects to provide automatic transactional or exception handling blocks.
JmsLogAppenderSupport
          An abstract base class for implementation inheritence for a log4j JMS appender
MessageComparatorSupport
          A base class for comparators which works on JMS Message objects
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.
URISupport.CompositeData
           
 

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



Copyright © 2009 Apache Software Foundation. All Rights Reserved.