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

Packages that use TransportChannelFactory
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.activemq.transport.composite A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. 
org.codehaus.activemq.transport.ember An implementation of the transport layer using EmberIO for efficient NIO  
org.codehaus.activemq.transport.gnet An implementation of the transport layer using the Geronimo networking layer. 
org.codehaus.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.codehaus.activemq.transport.jgroups An implementation of the transport layer using JGroups  
org.codehaus.activemq.transport.jrms An implementation of the transport layer using Sun's reliable multicast library  
org.codehaus.activemq.transport.jxta An implementation of the transport layer using JXTA P2PSockets for navigating firewalls and NATs  
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.ssl An implementation of the transport layer using SSL over TCP/IP sockets  
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  
org.codehaus.activemq.transport.zeroconf A discovery agent using Zeroconf via the jmDNS library  
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport
 

Classes in org.codehaus.activemq.transport that implement TransportChannelFactory
 class DiscoveryTransportChannelFactorySupport
           
 class TransportChannelFactorySupport
          Useful for implementation inheritence
 

Methods in org.codehaus.activemq.transport that return TransportChannelFactory
static TransportChannelFactory TransportChannelProvider.getFactory(URI remoteLocation)
           
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.composite
 

Classes in org.codehaus.activemq.transport.composite that implement TransportChannelFactory
 class CompositeTransportChannelFactory
          A Composite implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.ember
 

Classes in org.codehaus.activemq.transport.ember that implement TransportChannelFactory
 class EmberTransportChannelFactory
          An EmberIO (using NIO) implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.gnet
 

Classes in org.codehaus.activemq.transport.gnet that implement TransportChannelFactory
 class GTransportChannelFactory
          An implementation of a TransportChannelFactory which uses the Geronimo network layer for connectivity.
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.http
 

Classes in org.codehaus.activemq.transport.http that implement TransportChannelFactory
 class HttpTransportChannelFactory
           
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.jgroups
 

Classes in org.codehaus.activemq.transport.jgroups that implement TransportChannelFactory
 class JGroupsTransportChannelFactory
          A JGroups implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.jrms
 

Classes in org.codehaus.activemq.transport.jrms that implement TransportChannelFactory
 class JRMSTransportChannelFactory
          A JRMS implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.jxta
 

Classes in org.codehaus.activemq.transport.jxta that implement TransportChannelFactory
 class JxtaTransportChannelFactory
          A JXTA implementation of a TransportChannelFactory
 

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

Classes in org.codehaus.activemq.transport.multicast that implement TransportChannelFactory
 class MulticastTransportChannelFactory
          A multicast implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.reliable
 

Classes in org.codehaus.activemq.transport.reliable that implement TransportChannelFactory
 class ReliableTransportChannelFactory
          A Reliable implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.codehaus.activemq.transport.ssl
 

Classes in org.codehaus.activemq.transport.ssl that implement TransportChannelFactory
 class SslTransportChannelFactory
          An SSL implementation of a TransportChannelFactory
 

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

Classes in org.codehaus.activemq.transport.tcp that implement TransportChannelFactory
 class SfTransportChannelFactory
          A factory of TcpTransportChannelFactory instances using a SocketFactory
 class TcpTransportChannelFactory
          A tcp implementation of a TransportChannelFactory
 

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

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

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

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

Uses of TransportChannelFactory in org.codehaus.activemq.transport.zeroconf
 

Classes in org.codehaus.activemq.transport.zeroconf that implement TransportChannelFactory
 class ZeroconfTransportChannelFactory
           
 



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