Uses of Class
org.apache.activemq.util.ServiceStopper
Packages that use ServiceStopper
Package
Description
The core Transport abstraction and support classes
A Multicast based Transport implementation.
TCP/IP based Transport implementation.
UDP based Transport implementation.
-
Uses of ServiceStopper in org.apache.activemq.thread
Methods in org.apache.activemq.thread with parameters of type ServiceStopper -
Uses of ServiceStopper in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type ServiceStopperModifier and TypeMethodDescriptionprotected voidTransportServerThreadSupport.doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.multicast
Methods in org.apache.activemq.transport.multicast with parameters of type ServiceStopperModifier and TypeMethodDescriptionprotected voidMulticastTransport.doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.nio
Methods in org.apache.activemq.transport.nio with parameters of type ServiceStopperModifier and TypeMethodDescriptionprotected voidNIOSSLTransport.doStop(ServiceStopper stopper) protected voidNIOTransport.doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.tcp
Methods in org.apache.activemq.transport.tcp with parameters of type ServiceStopperModifier and TypeMethodDescriptionprotected voidTcpTransport.doStop(ServiceStopper stopper) protected voidTcpTransportServer.doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp with parameters of type ServiceStopperModifier and TypeMethodDescriptionprotected voidUdpTransport.doStop(ServiceStopper stopper) protected voidUdpTransportServer.doStop(ServiceStopper stopper) Deprecated. -
Uses of ServiceStopper in org.apache.activemq.util
Methods in org.apache.activemq.util with parameters of type ServiceStopperModifier and TypeMethodDescriptionprotected abstract voidServiceSupport.doStop(ServiceStopper stopper) protected voidServiceSupport.postStop(ServiceStopper stopper) handle for various operations after stopping the service (like locking)