|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TransportChannelFactory for creating TransportChannels
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 |
Method Detail |
public TransportChannel create(WireFormat wireFormat, java.net.URI remoteLocation) throws javax.jms.JMSException
wireFormat
- remoteLocation
-
javax.jms.JMSException
public TransportChannel create(WireFormat wireFormat, java.net.URI remoteLocation, java.net.URI localLocation) throws javax.jms.JMSException
wireFormat
- remoteLocation
- localLocation
- -
e.g. local InetAddress and local port
javax.jms.JMSException
public boolean requiresEmbeddedBroker()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |