Uses of Class
org.apache.activemq.util.ServiceSupport
- 
Packages that use ServiceSupport Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.scheduler.memory org.apache.activemq.network Support for federated networks of brokers.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.plist org.apache.activemq.store.kahadb.scheduler org.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.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.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/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.ws org.apache.activemq.transport.ws.jetty9 org.apache.activemq.transport.wss  - 
- 
Uses of ServiceSupport in org.apache.activemq.broker
Subclasses of ServiceSupport in org.apache.activemq.broker Modifier and Type Class Description classAbstractLockerclassLockableServiceSupportHelper class for working with services that requires locking - 
Uses of ServiceSupport in org.apache.activemq.broker.scheduler.memory
Subclasses of ServiceSupport in org.apache.activemq.broker.scheduler.memory Modifier and Type Class Description classInMemoryJobSchedulerStoreAn in-memory JobSchedulerStore implementation used for Brokers that have persistence disabled or when the JobSchedulerStore usage doesn't require a file or DB based store implementation allowing for better performance. - 
Uses of ServiceSupport in org.apache.activemq.network
Fields in org.apache.activemq.network declared as ServiceSupport Modifier and Type Field Description protected ServiceSupportNetworkConnector. serviceSupport - 
Uses of ServiceSupport in org.apache.activemq.store
Subclasses of ServiceSupport in org.apache.activemq.store Modifier and Type Class Description classPersistenceAdapterFactoryBeanCreates a default persistence model using the Journal and JDBCclassSharedFileLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database. - 
Uses of ServiceSupport in org.apache.activemq.store.jdbc
Subclasses of ServiceSupport in org.apache.activemq.store.jdbc Modifier and Type Class Description classAbstractJDBCLockerclassDataSourceServiceSupportA helper class which provides a factory method to create a default {@link DataSource) if one is not provided.classDefaultDatabaseLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.classJDBCPersistenceAdapterAPersistenceAdapterimplementation using JDBC for persistence storage.classLeaseDatabaseLockerRepresents an exclusive lease on a database to avoid multiple brokers running against the same logical database. - 
Uses of ServiceSupport in org.apache.activemq.store.jdbc.adapter
Subclasses of ServiceSupport in org.apache.activemq.store.jdbc.adapter Modifier and Type Class Description classTransactDatabaseLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database. - 
Uses of ServiceSupport in org.apache.activemq.store.journal
Subclasses of ServiceSupport in org.apache.activemq.store.journal Modifier and Type Class Description classJournalPersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects. - 
Uses of ServiceSupport in org.apache.activemq.store.kahadb
Subclasses of ServiceSupport in org.apache.activemq.store.kahadb Modifier and Type Class Description classAbstractKahaDBStoreclassKahaDBPersistenceAdapterAn implementation ofPersistenceAdapterdesigned for use with KahaDB - Embedded Lightweight Non-Relational DatabaseclassKahaDBStoreclassMessageDatabaseclassMultiKahaDBPersistenceAdapterAn implementation ofPersistenceAdapterthat supports distribution of destinations across multiple kahaDB persistence adapters - 
Uses of ServiceSupport in org.apache.activemq.store.kahadb.plist
Subclasses of ServiceSupport in org.apache.activemq.store.kahadb.plist Modifier and Type Class Description classPListStoreImpl - 
Uses of ServiceSupport in org.apache.activemq.store.kahadb.scheduler
Subclasses of ServiceSupport in org.apache.activemq.store.kahadb.scheduler Modifier and Type Class Description classJobSchedulerImplclassJobSchedulerStoreImpl - 
Uses of ServiceSupport in org.apache.activemq.thread
Subclasses of ServiceSupport in org.apache.activemq.thread Modifier and Type Class Description classScheduler - 
Uses of ServiceSupport in org.apache.activemq.transport
Subclasses of ServiceSupport in org.apache.activemq.transport Modifier and Type Class Description classTransportServerSupportA useful base class for implementations ofTransportServerclassTransportServerThreadSupportA useful base class for implementations ofTransportServerwhich uses a background thread to accept new connections.classTransportSupportA useful base class for transport implementations.classTransportThreadSupportA useful base class for a transport implementation which has a background reading thread.classWebTransportServerSupport - 
Uses of ServiceSupport in org.apache.activemq.transport.amqp
Subclasses of ServiceSupport in org.apache.activemq.transport.amqp Modifier and Type Class Description classAmqpNioSslTransportclassAmqpNioTransportAn implementation of theTransportinterface for using AMQP over NIOclassAmqpWSTransportAn AMQP based WebSocket transport implementation. - 
Uses of ServiceSupport in org.apache.activemq.transport.auto
Subclasses of ServiceSupport in org.apache.activemq.transport.auto Modifier and Type Class Description classAutoSslTransportServerAn SSL TransportServer.classAutoTcpTransportServerA TCP based implementation ofTransportServer - 
Uses of ServiceSupport in org.apache.activemq.transport.auto.nio
Subclasses of ServiceSupport in org.apache.activemq.transport.auto.nio Modifier and Type Class Description classAutoNIOSSLTransportServerLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.classAutoNIOTransport - 
Uses of ServiceSupport in org.apache.activemq.transport.http
Subclasses of ServiceSupport in org.apache.activemq.transport.http Modifier and Type Class Description classBlockingQueueTransportA server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto aQueueso that they can be dispatched by the HTTP GET requests from the client.classHttpClientTransportA HTTPTransportwhich uses the Apache HTTP Client libraryclassHttpTransportServerclassHttpTransportSupportA useful base class for HTTP Transport implementations. - 
Uses of ServiceSupport in org.apache.activemq.transport.https
Subclasses of ServiceSupport in org.apache.activemq.transport.https Modifier and Type Class Description classHttpsClientTransportclassHttpsTransportServer - 
Uses of ServiceSupport in org.apache.activemq.transport.mqtt
Subclasses of ServiceSupport in org.apache.activemq.transport.mqtt Modifier and Type Class Description classMQTTNIOSSLTransportclassMQTTNIOTransportAn implementation of theTransportinterface for using MQTT over NIOclassMQTTPacketIdGeneratorManages PUBLISH packet ids for clients. - 
Uses of ServiceSupport in org.apache.activemq.transport.multicast
Subclasses of ServiceSupport in org.apache.activemq.transport.multicast Modifier and Type Class Description classMulticastTransportA multicast based transport. - 
Uses of ServiceSupport in org.apache.activemq.transport.nio
Subclasses of ServiceSupport in org.apache.activemq.transport.nio Modifier and Type Class Description classAutoInitNioSSLTransportThis transport initializes the SSLEngine and reads the first command before handing off to the detected transport.classNIOSSLTransportclassNIOSSLTransportServerclassNIOTransportAn implementation of theTransportinterface using raw tcp/ip - 
Uses of ServiceSupport in org.apache.activemq.transport.stomp
Subclasses of ServiceSupport in org.apache.activemq.transport.stomp Modifier and Type Class Description classStompNIOSSLTransportclassStompNIOTransportAn implementation of theTransportinterface for using Stomp over NIO - 
Uses of ServiceSupport in org.apache.activemq.transport.tcp
Subclasses of ServiceSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportA Transport class that uses SSL and client-side certificate authentication.classSslTransportServerAn SSL TransportServer.classTcpTransportAn implementation of theTransportinterface using raw tcp/ipclassTcpTransportServerA TCP based implementation ofTransportServer - 
Uses of ServiceSupport in org.apache.activemq.transport.udp
Subclasses of ServiceSupport in org.apache.activemq.transport.udp Modifier and Type Class Description classUdpTransportAn implementation of theTransportinterface using raw UDPclassUdpTransportServerDeprecated. - 
Uses of ServiceSupport in org.apache.activemq.transport.ws
Subclasses of ServiceSupport in org.apache.activemq.transport.ws Modifier and Type Class Description classAbstractMQTTSocketclassAbstractStompSocketBase implementation of a STOMP based WebSocket handler.classWSTransportProxyA proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport.classWSTransportServerCreates a web server and registers web socket server - 
Uses of ServiceSupport in org.apache.activemq.transport.ws.jetty9
Subclasses of ServiceSupport in org.apache.activemq.transport.ws.jetty9 Modifier and Type Class Description classMQTTSocketclassStompSocketImplements web socket and mediates between servlet and the broker - 
Uses of ServiceSupport in org.apache.activemq.transport.wss
Subclasses of ServiceSupport in org.apache.activemq.transport.wss Modifier and Type Class Description classWSSTransportServer 
 -