Uses of Class
org.apache.activemq.util.ServiceStopper
-
Packages that use ServiceStopper Package Description org.apache.activemq.thread org.apache.activemq.transport The core Transport abstraction and support classesorg.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 -
-
Uses of ServiceStopper in org.apache.activemq.thread
Methods in org.apache.activemq.thread with parameters of type ServiceStopper Modifier and Type Method Description protected voidScheduler. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type ServiceStopper Modifier and Type Method Description protected voidTransportServerThreadSupport. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.multicast
Methods in org.apache.activemq.transport.multicast with parameters of type ServiceStopper Modifier and Type Method Description protected voidMulticastTransport. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.nio
Methods in org.apache.activemq.transport.nio with parameters of type ServiceStopper Modifier and Type Method Description protected 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 ServiceStopper Modifier and Type Method Description protected 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 ServiceStopper Modifier and Type Method Description protected 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 ServiceStopper Modifier and Type Method Description protected abstract voidServiceSupport. doStop(ServiceStopper stopper)protected voidServiceSupport. postStop(ServiceStopper stopper)handle for various operations after stopping the service (like locking)
-