org.activemq.transport.jrms
Class JRMSTransportChannelFactory
java.lang.Object
org.activemq.transport.TransportChannelFactorySupport
org.activemq.transport.jrms.JRMSTransportChannelFactory
- All Implemented Interfaces:
- org.activemq.transport.TransportChannelFactory
public class JRMSTransportChannelFactory
- extends org.activemq.transport.TransportChannelFactorySupport
A JRMS implementation of a TransportChannelFactory
- Version:
- $Revision$
Method Summary |
org.activemq.transport.TransportChannel |
create(org.activemq.io.WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
org.activemq.transport.TransportChannel |
create(org.activemq.io.WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
boolean |
requiresEmbeddedBroker()
|
Methods inherited from class org.activemq.transport.TransportChannelFactorySupport |
populateProperties, populateProperties, populateProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRMSTransportChannelFactory
public JRMSTransportChannelFactory()
create
public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
URI remoteLocation)
throws JMSException
- Create a Channel to a remote Node - e.g. a Broker
- Parameters:
wireFormat
- remoteLocation
-
- Returns:
- the TransportChannel bound to the remote node
- Throws:
JMSException
create
public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
throws JMSException
- Create a Channel to a remote Node - e.g. a Broker
- Parameters:
wireFormat
- remoteLocation
- localLocation
- -
e.g. local InetAddress and local port
- Returns:
- the TransportChannel bound to the remote node
- Throws:
JMSException
requiresEmbeddedBroker
public boolean requiresEmbeddedBroker()
Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.