|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceSupport | |
|---|---|
| org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
| org.apache.activemq.broker.scheduler | |
| 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 messaging |
| org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
| org.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.thread | |
| org.apache.activemq.transport | The core Transport abstraction and support classes |
| 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. |
| Uses of ServiceSupport in org.apache.activemq.broker |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.broker | |
|---|---|
class |
AbstractLocker
|
class |
LockableServiceSupport
Helper class for working with services that requires locking |
| Uses of ServiceSupport in org.apache.activemq.broker.scheduler |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.broker.scheduler | |
|---|---|
class |
JobSchedulerStore
|
| Uses of ServiceSupport in org.apache.activemq.network |
|---|
| Fields in org.apache.activemq.network declared as ServiceSupport | |
|---|---|
protected ServiceSupport |
NetworkConnector.serviceSupport
|
| Uses of ServiceSupport in org.apache.activemq.store |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.store | |
|---|---|
class |
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBC |
class |
SharedFileLocker
Represents 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 | |
|---|---|
class |
DataSourceServiceSupport
A helper class which provides a factory method to create a default {@link DataSource) if one is not provided. |
class |
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database. |
class |
JDBCPersistenceAdapter
A PersistenceAdapter implementation using JDBC for persistence
storage. |
class |
LeaseDatabaseLocker
Represents 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 | |
|---|---|
class |
TransactDatabaseLocker
Represents 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 | |
|---|---|
class |
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects. |
| Uses of ServiceSupport in org.apache.activemq.store.kahadb |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.store.kahadb | |
|---|---|
class |
KahaDBPersistenceAdapter
An implementation of PersistenceAdapter designed for use with
KahaDB - Embedded Lightweight Non-Relational Database |
class |
KahaDBStore
|
class |
MessageDatabase
|
| Uses of ServiceSupport in org.apache.activemq.store.kahadb.plist |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.store.kahadb.plist | |
|---|---|
class |
PListStore
|
| Uses of ServiceSupport in org.apache.activemq.thread |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.thread | |
|---|---|
class |
Scheduler
|
| Uses of ServiceSupport in org.apache.activemq.transport |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport | |
|---|---|
class |
TransportServerSupport
A useful base class for implementations of TransportServer |
class |
TransportServerThreadSupport
A useful base class for implementations of TransportServer which uses
a background thread to accept new connections. |
class |
TransportSupport
A useful base class for transport implementations. |
class |
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
| Uses of ServiceSupport in org.apache.activemq.transport.mqtt |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport.mqtt | |
|---|---|
class |
MQTTNIOSSLTransport
|
class |
MQTTNIOTransport
An implementation of the Transport interface for using MQTT over NIO |
| Uses of ServiceSupport in org.apache.activemq.transport.multicast |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport.multicast | |
|---|---|
class |
MulticastTransport
A multicast based transport. |
| Uses of ServiceSupport in org.apache.activemq.transport.nio |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport.nio | |
|---|---|
class |
NIOSSLTransport
|
class |
NIOTransport
An implementation of the Transport interface using raw tcp/ip |
| Uses of ServiceSupport in org.apache.activemq.transport.stomp |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport.stomp | |
|---|---|
class |
StompNIOSSLTransport
|
class |
StompNIOTransport
An implementation of the Transport interface for using Stomp over NIO |
| Uses of ServiceSupport in org.apache.activemq.transport.tcp |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport.tcp | |
|---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication. |
class |
SslTransportServer
An SSL TransportServer. |
class |
TcpTransport
An implementation of the Transport interface using raw tcp/ip |
class |
TcpTransportServer
A TCP based implementation of TransportServer |
| Uses of ServiceSupport in org.apache.activemq.transport.udp |
|---|
| Subclasses of ServiceSupport in org.apache.activemq.transport.udp | |
|---|---|
class |
UdpTransport
An implementation of the Transport interface using raw UDP |
class |
UdpTransportServer
A UDP based implementation of TransportServer |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||