|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 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.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.peer |
Classes in org.codehaus.activemq.transport.peer that implement TransportChannelFactory | |
class |
PeerTransportChannelFactory
Creates peer based transport. |
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.remote |
Classes in org.codehaus.activemq.transport.remote that implement TransportChannelFactory | |
class |
RemoteTransportChannelFactory
Creates a remote based transport. |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |