Uses of Interface
org.apache.activemq.util.ServiceListener

Packages that use ServiceListener
org.apache.activemq.transport.tcp TCP/IP based Transport implementation. 
org.apache.activemq.transport.xmpp   
org.apache.activemq.util Some utility classes 
 

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

Classes in org.apache.activemq.transport.tcp that implement ServiceListener
 class SslTransportServer
          An SSL TransportServer.
 class TcpTransportServer
          A TCP based implementation of TransportServer
 

Uses of ServiceListener in org.apache.activemq.transport.xmpp
 

Classes in org.apache.activemq.transport.xmpp that implement ServiceListener
 class XmppTransportServer
           
 

Uses of ServiceListener in org.apache.activemq.util
 

Methods in org.apache.activemq.util with parameters of type ServiceListener
 void ServiceSupport.addServiceListener(ServiceListener l)
           
 void ServiceSupport.removeServiceListener(ServiceListener l)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.