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