|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportChannelFactory
TransportChannelFactory for creating TransportChannels
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. |
boolean |
requiresEmbeddedBroker()
Does this channel require an embedded broker to perform such as VM or multicast based transports |
Method Detail |
---|
TransportChannel create(WireFormat wireFormat, URI remoteLocation) throws JMSException
wireFormat
- remoteLocation
-
JMSException
TransportChannel create(WireFormat wireFormat, URI remoteLocation, URI localLocation) throws JMSException
wireFormat
- remoteLocation
- localLocation
- -
e.g. local InetAddress and local port
JMSException
boolean requiresEmbeddedBroker()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |