Uses of Package
org.apache.activemq.util
-
Packages that use org.apache.activemq.util Package Description 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.broker.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.scheduler.memory org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.filter.function Filter Function implementations for JMS Selectors.org.apache.activemq.management An implementation of the J2EE Management APIorg.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.openwire.v10 org.apache.activemq.openwire.v11 org.apache.activemq.openwire.v12 org.apache.activemq.openwire.v2 org.apache.activemq.openwire.v3 org.apache.activemq.openwire.v4 org.apache.activemq.openwire.v5 org.apache.activemq.openwire.v6 org.apache.activemq.openwire.v7 org.apache.activemq.openwire.v8 org.apache.activemq.openwire.v9 org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.disk.journal journal based data storage - scalable and fastorg.apache.activemq.store.kahadb.disk.util org.apache.activemq.store.kahadb.plist org.apache.activemq.store.kahadb.scheduler org.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.thread org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients.org.apache.activemq.transport.discovery.http 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 testingorg.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.mqtt.strategy org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.nio 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.ws org.apache.activemq.transport.ws.jetty9 org.apache.activemq.transport.wss org.apache.activemq.util org.apache.activemq.util.osgi 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 Class Description IdGenerator Generator for Globally unique Strings.LongSequenceGenerator Updated LongSequenceGenerator that uses an AtomicLongFieldUpdater for performance instead of synchronized methods -
Classes in org.apache.activemq.util used by org.apache.activemq.broker Class Description IOExceptionHandler 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.broker.jmx Class Description 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 Class Description 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.cursors Class Description ByteSequence LinkedNode Provides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class. -
Classes in org.apache.activemq.util used by org.apache.activemq.broker.region.virtual Class Description SubscriptionKey -
Classes in org.apache.activemq.util used by org.apache.activemq.broker.scheduler Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.broker.scheduler.memory Class Description 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.command Class Description 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 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 Class Description LRUCache A Simple LRU Cache -
Classes in org.apache.activemq.util used by org.apache.activemq.management Class Description IndentPrinter A helper class for printing indented text -
Classes in org.apache.activemq.util used by org.apache.activemq.network Class Description IdGenerator Generator for Globally unique Strings.LongSequenceGenerator Updated LongSequenceGenerator that uses an AtomicLongFieldUpdater for performance instead of synchronized methodsServiceStopper 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 Class Description LRUCache A Simple LRU Cache -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v1 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v10 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v11 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v12 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v2 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v3 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v4 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v5 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v6 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v7 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v8 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.openwire.v9 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.store Class Description 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.store.jdbc Class Description DefaultIOExceptionHandler Handler IOExceptionHandler LongSequenceGenerator Updated LongSequenceGenerator that uses an AtomicLongFieldUpdater for performance instead of synchronized methodsServiceStopper 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.store.jdbc.adapter Class Description 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.store.journal Class Description ByteSequence Callback A simple callback object used by objects to provide automatic transactional or exception handling blocks.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.SubscriptionKey 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.kahadb Class Description 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.store.kahadb.disk.journal Class Description ByteSequence RecoverableRandomAccessFile -
Classes in org.apache.activemq.util used by org.apache.activemq.store.kahadb.disk.util Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.store.kahadb.plist Class Description 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.store.kahadb.scheduler Class Description 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.store.memory Class Description SubscriptionKey -
Classes in org.apache.activemq.util used by org.apache.activemq.thread Class Description 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 Class Description 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.amqp Class Description 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.transport.auto Class Description ServiceListener A listener for service start, stop eventsServiceStopper 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.auto.nio Class Description ServiceListener A listener for service start, stop eventsServiceSupport 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 Class Description 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.discovery.http Class Description Suspendable Interface implemented by services that can be suspended and resumed. -
Classes in org.apache.activemq.util used by org.apache.activemq.transport.failover Class Description 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.http Class Description 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 Class Description 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 Class Description 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.mqtt Class Description 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.transport.mqtt.strategy Class Description LongSequenceGenerator Updated LongSequenceGenerator that uses an AtomicLongFieldUpdater for performance instead of synchronized methods -
Classes in org.apache.activemq.util used by org.apache.activemq.transport.multicast Class Description 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 Class Description ServiceListener A listener for service start, stop eventsServiceStopper 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 Class Description 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.transport.tcp Class Description ServiceListener A listener for service start, stop eventsServiceStopper 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 Class Description 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 Class Description ByteSequence -
Classes in org.apache.activemq.util used by org.apache.activemq.transport.ws Class Description 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.ws.jetty9 Class Description 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.wss Class Description 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 Class Description ByteSequence Callback A simple callback object used by objects to provide automatic transactional or exception handling blocks.DefaultIOExceptionHandler FactoryFinder.ObjectFactory The strategy that the FactoryFinder uses to find load and instantiate Objects can be changed out by calling theFactoryFinder.setObjectFactory(org.apache.activemq.util.FactoryFinder.ObjectFactory)
method with a custom implementation of ObjectFactory.IOExceptionHandler JenkinsHash JmsLogAppenderSupport An abstract base class for implementation inheritence for a log4j JMS appenderLinkedNode Provides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class.PromiseCallback ServiceListener A listener for service start, stop eventsServiceStopper 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.util.osgi Class Description FactoryFinder.ObjectFactory The strategy that the FactoryFinder uses to find load and instantiate Objects can be changed out by calling theFactoryFinder.setObjectFactory(org.apache.activemq.util.FactoryFinder.ObjectFactory)
method with a custom implementation of ObjectFactory. -
Classes in org.apache.activemq.util used by org.apache.activemq.wireformat Class Description ByteSequence