org.codehaus.activemq.transport.reliable
Class ReliableTransportChannelFactory
java.lang.Object
org.codehaus.activemq.transport.TransportChannelFactorySupport
org.codehaus.activemq.transport.composite.CompositeTransportChannelFactory
org.codehaus.activemq.transport.reliable.ReliableTransportChannelFactory
- All Implemented Interfaces:
- TransportChannelFactory
- public class ReliableTransportChannelFactory
- extends CompositeTransportChannelFactory
A Reliable implementation of a TransportChannelFactory
- Version:
- $Revision: 1.6 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReliableTransportChannelFactory
public ReliableTransportChannelFactory()
create
public TransportChannel create(WireFormat wireFormat,
URI remoteLocation)
throws JMSException
- Create a TransportChannel
- Specified by:
create
in interface TransportChannelFactory
- Overrides:
create
in class CompositeTransportChannelFactory
- Parameters:
wireFormat
- - the on-the-wire marshallerremoteLocation
- - location to bind to
- Returns:
- a reliable transport channel
- Throws:
JMSException
- if an error occurs
randomizeURIs
protected List randomizeURIs(List uris)
- Overrides:
randomizeURIs
in class CompositeTransportChannelFactory
- Parameters:
uris
- - the URIs to randomize
- Returns:
- randomized array
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.