Uses of Class
org.apache.activemq.util.ServiceStopper
-
Packages that use ServiceStopper 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.memory 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 messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.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.store.kahadb.scheduler org.apache.activemq.thread org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.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.org.apache.activemq.transport.ws org.apache.activemq.util -
-
Uses of ServiceStopper in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type ServiceStopper Modifier and Type Method Description voidLockableServiceSupport. postStop(ServiceStopper stopper)voidBrokerService. stopAllConnectors(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type ServiceStopper Modifier and Type Method Description protected voidManagedRegionBroker. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type ServiceStopper Modifier and Type Method Description protected voidRegionBroker. doStop(ServiceStopper ss) -
Uses of ServiceStopper in org.apache.activemq.broker.scheduler.memory
Methods in org.apache.activemq.broker.scheduler.memory with parameters of type ServiceStopper Modifier and Type Method Description protected voidInMemoryJobSchedulerStore. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.network
Methods in org.apache.activemq.network with parameters of type ServiceStopper Modifier and Type Method Description protected voidDiscoveryNetworkConnector. handleStop(ServiceStopper stopper)protected voidMulticastNetworkConnector. handleStop(ServiceStopper stopper)protected voidNetworkConnector. handleStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type ServiceStopper Modifier and Type Method Description voidSharedFileLocker. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.store.jdbc
Methods in org.apache.activemq.store.jdbc with parameters of type ServiceStopper Modifier and Type Method Description voidDefaultDatabaseLocker. doStop(ServiceStopper stopper)voidJDBCPersistenceAdapter. doStop(ServiceStopper stopper)voidLeaseDatabaseLocker. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal with parameters of type ServiceStopper Modifier and Type Method Description protected voidJournalPersistenceAdapterFactory. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type ServiceStopper Modifier and Type Method Description protected voidAbstractKahaDBStore. doStop(ServiceStopper stopper)voidKahaDBPersistenceAdapter. doStop(ServiceStopper stopper)voidKahaDBStore. doStop(ServiceStopper stopper)voidMessageDatabase. doStop(ServiceStopper stopper)protected voidMultiKahaDBPersistenceAdapter. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.store.kahadb.plist
Methods in org.apache.activemq.store.kahadb.plist with parameters of type ServiceStopper Modifier and Type Method Description protected voidPListStoreImpl. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler with parameters of type ServiceStopper Modifier and Type Method Description protected voidJobSchedulerImpl. doStop(ServiceStopper stopper) -
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.amqp
Methods in org.apache.activemq.transport.amqp with parameters of type ServiceStopper Modifier and Type Method Description protected voidAmqpNioTransport. doStop(ServiceStopper stopper)protected voidAmqpWSTransport. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.auto
Methods in org.apache.activemq.transport.auto with parameters of type ServiceStopper Modifier and Type Method Description protected voidAutoTcpTransportServer. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.http
Methods in org.apache.activemq.transport.http with parameters of type ServiceStopper Modifier and Type Method Description protected voidBlockingQueueTransport. doStop(ServiceStopper stopper)protected voidHttpClientTransport. doStop(ServiceStopper stopper)protected voidHttpTransportServer. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt with parameters of type ServiceStopper Modifier and Type Method Description protected voidMQTTNIOTransport. doStop(ServiceStopper stopper)protected voidMQTTPacketIdGenerator. 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 voidAutoInitNioSSLTransport. doStop(ServiceStopper stopper)protected voidNIOSSLTransport. doStop(ServiceStopper stopper)protected voidNIOTransport. doStop(ServiceStopper stopper) -
Uses of ServiceStopper in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp with parameters of type ServiceStopper Modifier and Type Method Description protected voidStompNIOTransport. 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.transport.ws
Methods in org.apache.activemq.transport.ws with parameters of type ServiceStopper Modifier and Type Method Description protected voidAbstractMQTTSocket. doStop(ServiceStopper stopper)protected voidAbstractStompSocket. doStop(ServiceStopper stopper)protected voidWSTransportProxy. doStop(ServiceStopper stopper)protected voidWSTransportServer. doStop(ServiceStopper stopper) -
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)
-