org.activemq.transport.remote
Class RemoteTransportChannelFactory
java.lang.Object
org.activemq.transport.TransportChannelFactorySupport
org.activemq.transport.composite.CompositeTransportChannelFactory
org.activemq.transport.remote.RemoteTransportChannelFactory
- All Implemented Interfaces:
- TransportChannelFactory
public class RemoteTransportChannelFactory
- extends CompositeTransportChannelFactory
Creates a remote based transport.
- Version:
- $Revision: 1.1.1.1 $
- See Also:
RemoteTransportChannel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteTransportChannelFactory
public RemoteTransportChannelFactory()
create
public TransportChannel create(WireFormat wireFormat,
URI remoteLocation)
throws JMSException
- Create a Channel
- Specified by:
create
in interface TransportChannelFactory
- Overrides:
create
in class CompositeTransportChannelFactory
- Parameters:
wireFormat
- remoteLocation
-
- Returns:
- the TransportChannel bound to the remote node
- Throws:
JMSException
create
public TransportChannel create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
throws JMSException
- Create a peer channel
- Specified by:
create
in interface TransportChannelFactory
- Overrides:
create
in class CompositeTransportChannelFactory
- Parameters:
wireFormat
- remoteLocation
- localLocation
-
- Returns:
-
- Throws:
JMSException
requiresEmbeddedBroker
public boolean requiresEmbeddedBroker()
- Does this channel require an embedded broker to perform such as VM or multicast based transports
- Specified by:
requiresEmbeddedBroker
in interface TransportChannelFactory
- Overrides:
requiresEmbeddedBroker
in class CompositeTransportChannelFactory
- Returns:
- true if an embedded broker is a requirement of using the channel
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.