Package | Description |
---|---|
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.scheduler | |
org.apache.activemq.network |
Support for federated networks of brokers.
|
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.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.util |
Some utility classes
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerService.stopAllConnectors(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
ManagedRegionBroker.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
RegionBroker.doStop(ServiceStopper ss) |
Modifier and Type | Method and Description |
---|---|
protected void |
JobSchedulerStore.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkConnector.handleStop(ServiceStopper stopper) |
protected void |
DiscoveryNetworkConnector.handleStop(ServiceStopper stopper) |
protected void |
MulticastNetworkConnector.handleStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
void |
KahaDBStore.doStop(ServiceStopper stopper) |
void |
MessageDatabase.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
PListStore.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
Scheduler.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportServerThreadSupport.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
MulticastTransport.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
NIOTransport.doStop(ServiceStopper stopper) |
protected void |
NIOSSLTransport.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
StompNIOTransport.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpTransportServer.doStop(ServiceStopper stopper) |
protected void |
TcpTransport.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
UdpTransport.doStop(ServiceStopper stopper) |
protected void |
UdpTransportServer.doStop(ServiceStopper stopper) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ServiceSupport.doStop(ServiceStopper stopper) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.