Uses of Class
org.apache.activemq.util.ServiceStopper

Packages that use ServiceStopper
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   
 

Uses of ServiceStopper in org.apache.activemq.thread
 

Methods in org.apache.activemq.thread with parameters of type ServiceStopper
protected  void Scheduler.doStop(ServiceStopper stopper)
           
 

Uses of ServiceStopper in org.apache.activemq.transport
 

Methods in org.apache.activemq.transport with parameters of type ServiceStopper
protected  void TransportServerThreadSupport.doStop(ServiceStopper stopper)
           
 

Uses of ServiceStopper in org.apache.activemq.transport.multicast
 

Methods in org.apache.activemq.transport.multicast with parameters of type ServiceStopper
protected  void MulticastTransport.doStop(ServiceStopper stopper)
           
 

Uses of ServiceStopper in org.apache.activemq.transport.nio
 

Methods in org.apache.activemq.transport.nio with parameters of type ServiceStopper
protected  void NIOTransport.doStop(ServiceStopper stopper)
           
protected  void NIOSSLTransport.doStop(ServiceStopper stopper)
           
 

Uses of ServiceStopper in org.apache.activemq.transport.tcp
 

Methods in org.apache.activemq.transport.tcp with parameters of type ServiceStopper
protected  void TcpTransportServer.doStop(ServiceStopper stopper)
           
protected  void TcpTransport.doStop(ServiceStopper stopper)
           
 

Uses of ServiceStopper in org.apache.activemq.transport.udp
 

Methods in org.apache.activemq.transport.udp with parameters of type ServiceStopper
protected  void UdpTransportServer.doStop(ServiceStopper stopper)
          Deprecated.  
protected  void UdpTransport.doStop(ServiceStopper stopper)
           
 

Uses of ServiceStopper in org.apache.activemq.util
 

Methods in org.apache.activemq.util with parameters of type ServiceStopper
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-2013 The Apache Software Foundation. All Rights Reserved.