Uses of Class
org.codehaus.activemq.transport.TransportChannelSupport

Packages that use TransportChannelSupport
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.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.peer   
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.remote   
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 TransportChannelSupport in org.codehaus.activemq.transport
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport
 class DiscoveryTransportChannel
          A ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker instances and dynamically connect to them.
 

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

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.composite
 class CompositeTransportChannel
          A Compsite implementation of a TransportChannel
 

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

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.multicast
 class MulticastTransportChannel
          A multicast implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.peer
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.peer
 class PeerTransportChannel
          A PeerTransportChannel creates an embedded broker and networks peers together to form a P-2-P network.
 

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

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.reliable
 class ReliableTransportChannel
          A Compsite implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.remote
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.remote
 class RemoteTransportChannel
          A RemoteTransportChannel creates an embedded broker that creates a remote connection to another broker.
 

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

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.tcp
 class TcpTransportChannel
          A tcp implementation of a TransportChannel
 

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

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.udp
 class UdpTransportChannel
          A UDP implementation of a TransportChannel
 

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

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.vm
 class VmTransportChannel
          A VM implementation of a TransportChannel
 



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