| Package | Description |
|---|---|
| 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.tcp |
TCP/IP based Transport implementation.
|
| org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
| org.apache.activemq.util |
| 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 |
TcpTransportServer.doStop(ServiceStopper stopper) |
protected void |
TcpTransport.doStop(ServiceStopper stopper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UdpTransportServer.doStop(ServiceStopper stopper)
Deprecated.
|
protected void |
UdpTransport.doStop(ServiceStopper stopper) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ServiceSupport.doStop(ServiceStopper stopper) |
protected void |
ServiceSupport.postStop(ServiceStopper stopper)
handle for various operations after stopping the service (like locking)
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.