|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.activemq.transport.composite.CompositeTransportChannelFactory
A Composite implementation of a TransportChannelFactory
| Constructor Summary | |
CompositeTransportChannelFactory()
|
|
| Method Summary | |
TransportChannel |
create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
protected List |
parseURIs(URI uri)
|
protected List |
randomizeURIs(List uris)
|
boolean |
requiresEmbeddedBroker()
Does this channel require an embedded broker to perform such as VM or multicast based transports |
protected String |
stripLeadingSlashes(String text)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompositeTransportChannelFactory()
| Method Detail |
public TransportChannel create(WireFormat wireFormat,
URI remoteLocation)
throws JMSException
TransportChannelFactory
create in interface TransportChannelFactorywireFormat - remoteLocation -
JMSException
public TransportChannel create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
throws JMSException
TransportChannelFactory
create in interface TransportChannelFactorywireFormat - remoteLocation - localLocation - -
e.g. local InetAddress and local port
JMSExceptionpublic boolean requiresEmbeddedBroker()
TransportChannelFactory
requiresEmbeddedBroker in interface TransportChannelFactory
protected List parseURIs(URI uri)
throws URISyntaxException
URISyntaxExceptionprotected String stripLeadingSlashes(String text)
protected List randomizeURIs(List uris)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||