Uses of Interface
org.apache.activemq.util.ServiceListener
-
Packages that use ServiceListener Package Description org.apache.activemq.transport.nio org.apache.activemq.transport.tcp TCP/IP based Transport implementation.org.apache.activemq.util -
-
Uses of ServiceListener in org.apache.activemq.transport.nio
Classes in org.apache.activemq.transport.nio that implement ServiceListener Modifier and Type Class Description classNIOSSLTransportServer -
Uses of ServiceListener in org.apache.activemq.transport.tcp
Classes in org.apache.activemq.transport.tcp that implement ServiceListener Modifier and Type Class Description classSslTransportServerAn SSL TransportServer.classTcpTransportServerA TCP based implementation ofTransportServer -
Uses of ServiceListener in org.apache.activemq.util
Methods in org.apache.activemq.util with parameters of type ServiceListener Modifier and Type Method Description voidServiceSupport. addServiceListener(ServiceListener l)voidServiceSupport. removeServiceListener(ServiceListener l)
-