|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activemq.transport.composite.CompositeTransportChannelFactory
org.codehaus.activemq.transport.reliable.ReliableTransportChannelFactory
A Reliable implementation of a TransportChannelFactory
Constructor Summary | |
ReliableTransportChannelFactory()
|
Method Summary | |
TransportChannel |
create(WireFormat wireFormat,
java.net.URI remoteLocation)
Create a TransportChannel |
protected java.net.URI[] |
randomizeURIs(java.net.URI[] uris)
|
Methods inherited from class org.codehaus.activemq.transport.composite.CompositeTransportChannelFactory |
create, parseURIs, requiresEmbeddedBroker |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReliableTransportChannelFactory()
Method Detail |
public TransportChannel create(WireFormat wireFormat, java.net.URI remoteLocation) throws JMSException
create
in interface TransportChannelFactory
create
in class CompositeTransportChannelFactory
wireFormat
- - the on-the-wire marshallerremoteLocation
- - location to bind to
JMSException
- if an error occursprotected java.net.URI[] randomizeURIs(java.net.URI[] uris)
randomizeURIs
in class CompositeTransportChannelFactory
uris
- - the URIs to randomize
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |