org.codehaus.activemq.transport
Class DiscoveryTransportChannelFactorySupport
java.lang.Object
org.codehaus.activemq.transport.TransportChannelFactorySupport
org.codehaus.activemq.transport.composite.CompositeTransportChannelFactory
org.codehaus.activemq.transport.DiscoveryTransportChannelFactorySupport
- All Implemented Interfaces:
- TransportChannelFactory
- public abstract class DiscoveryTransportChannelFactorySupport
- extends CompositeTransportChannelFactory
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoveryTransportChannelFactorySupport
public DiscoveryTransportChannelFactorySupport()
create
public TransportChannel create(WireFormat wireFormat,
URI remoteLocation)
throws JMSException
- Description copied from interface:
TransportChannelFactory
- Create a Channel to a remote Node - e.g. a Broker
- Specified by:
create
in interface TransportChannelFactory
- Overrides:
create
in class CompositeTransportChannelFactory
- Throws:
JMSException
getDiscoveryAgent
public DiscoveryAgent getDiscoveryAgent()
setDiscoveryAgent
public void setDiscoveryAgent(DiscoveryAgent discoveryAgent)
createDiscoveryAgent
protected abstract DiscoveryAgent createDiscoveryAgent(URI remoteLocation)
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.