Uses of Interface
org.codehaus.activemq.transport.TransportServerChannelFactory

Packages that use TransportServerChannelFactory
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets  
org.codehaus.activemq.transport.udp An implementation of the transport layer using UDP  
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport that return TransportServerChannelFactory
protected static TransportServerChannelFactory TransportServerChannelProvider.getFactory(String protocol)
           
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport.multicast
 

Classes in org.codehaus.activemq.transport.multicast that implement TransportServerChannelFactory
 class MulticastTransportServerChannelFactory
          A multicast implementation of a TransportServerChannelFactory
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport.tcp
 

Classes in org.codehaus.activemq.transport.tcp that implement TransportServerChannelFactory
 class SfTransportServerChannelFactory
          An implementation of TransportServerChannelFactory which uses a ServerSocketFactory to create ServerSocket instances
 class TcpTransportServerChannelFactory
          A tcp implementation of a TransportServerChannelFactory
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport.udp
 

Classes in org.codehaus.activemq.transport.udp that implement TransportServerChannelFactory
 class UdpTransportServerChannelFactory
          A UDP implementation of a TransportServerChannelFactory
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport.vm
 

Classes in org.codehaus.activemq.transport.vm that implement TransportServerChannelFactory
 class VmTransportServerChannelFactory
          A VM implementation of a TransportServerChannelFactory
 



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.