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

Packages that use ServiceSupport
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. 
 

Uses of ServiceSupport in org.apache.activemq.thread
 

Subclasses of ServiceSupport in org.apache.activemq.thread
 class Scheduler
           
 

Uses of ServiceSupport in org.apache.activemq.transport
 

Subclasses of ServiceSupport in org.apache.activemq.transport
 class TransportServerSupport
          A useful base class for implementations of TransportServer
 class TransportServerThreadSupport
          A useful base class for implementations of TransportServer which uses a background thread to accept new connections.
 class TransportSupport
          A useful base class for transport implementations.
 class TransportThreadSupport
          A useful base class for a transport implementation which has a background reading thread.
 

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

Subclasses of ServiceSupport in org.apache.activemq.transport.multicast
 class MulticastTransport
          A multicast based transport.
 

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

Subclasses of ServiceSupport in org.apache.activemq.transport.nio
 class NIOSSLTransport
           
 class NIOSSLTransportServer
           
 class NIOTransport
          An implementation of the Transport interface using raw tcp/ip
 

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

Subclasses of ServiceSupport in org.apache.activemq.transport.tcp
 class SslTransport
          A Transport class that uses SSL and client-side certificate authentication.
 class SslTransportServer
          An SSL TransportServer.
 class TcpTransport
          An implementation of the Transport interface using raw tcp/ip
 class TcpTransportServer
          A TCP based implementation of TransportServer
 

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

Subclasses of ServiceSupport in org.apache.activemq.transport.udp
 class UdpTransport
          An implementation of the Transport interface using raw UDP
 class UdpTransportServer
          Deprecated.  
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.