Uses of Interface
org.activemq.transport.TransportChannelFactory

Packages that use TransportChannelFactory
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
org.activemq.transport.activeio An implementation of the transport layer using activeio channels see http://activeio.org 
org.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.activemq.transport.jabber A transport using Jabber (XMPP) 
org.activemq.transport.multicast An implementation of the transport layer using multicast 
org.activemq.transport.peer   
org.activemq.transport.reliable   
org.activemq.transport.remote   
org.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
org.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets 
org.activemq.transport.udp An implementation of the transport layer using UDP 
org.activemq.transport.vm An implementation of the transport layer using intra-JVM communication 
 

Uses of TransportChannelFactory in org.activemq.transport
 

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

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

Uses of TransportChannelFactory in org.activemq.transport.activeio
 

Classes in org.activemq.transport.activeio that implement TransportChannelFactory
 class ActiveIOTransportChannelFactory
          A tcp implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.activemq.transport.composite
 

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

Uses of TransportChannelFactory in org.activemq.transport.jabber
 

Classes in org.activemq.transport.jabber that implement TransportChannelFactory
 class JabberTransportChannelFactory
          A Jabber transport factory
 

Uses of TransportChannelFactory in org.activemq.transport.multicast
 

Classes in org.activemq.transport.multicast that implement TransportChannelFactory
 class MulticastDiscoveryTransportChannelFactory
          A factory of multicast discovery transports
 class MulticastTransportChannelFactory
          A multicast implementation of a TransportChannelFactory
 

Uses of TransportChannelFactory in org.activemq.transport.peer
 

Classes in org.activemq.transport.peer that implement TransportChannelFactory
 class PeerTransportChannelFactory
          Creates peer based transport.
 

Uses of TransportChannelFactory in org.activemq.transport.reliable
 

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

Uses of TransportChannelFactory in org.activemq.transport.remote
 

Classes in org.activemq.transport.remote that implement TransportChannelFactory
 class RemoteTransportChannelFactory
          Creates a remote based transport.
 

Uses of TransportChannelFactory in org.activemq.transport.stomp
 

Classes in org.activemq.transport.stomp that implement TransportChannelFactory
 class StompTransportChannelFactory
          A TTMP transport factory
 

Uses of TransportChannelFactory in org.activemq.transport.tcp
 

Classes in org.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.activemq.transport.udp
 

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

Uses of TransportChannelFactory in org.activemq.transport.vm
 

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



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