org.activemq.transport.multicast
Class MulticastDiscoveryTransportChannelFactory

java.lang.Object
  extended by org.activemq.transport.TransportChannelFactorySupport
      extended by org.activemq.transport.composite.CompositeTransportChannelFactory
          extended by org.activemq.transport.DiscoveryTransportChannelFactorySupport
              extended by org.activemq.transport.multicast.MulticastDiscoveryTransportChannelFactory
All Implemented Interfaces:
TransportChannelFactory

public class MulticastDiscoveryTransportChannelFactory
extends DiscoveryTransportChannelFactorySupport

A factory of multicast discovery transports

Version:
$Revision: 1.1 $

Constructor Summary
MulticastDiscoveryTransportChannelFactory()
           
 
Method Summary
protected  DiscoveryAgent createDiscoveryAgent(URI remoteLocation)
           
 
Methods inherited from class org.activemq.transport.DiscoveryTransportChannelFactorySupport
create, getDiscoveryAgent, populateAgentProperties, setDiscoveryAgent
 
Methods inherited from class org.activemq.transport.composite.CompositeTransportChannelFactory
create, parseURIs, randomizeURIs, requiresEmbeddedBroker, stripLeadingSlashes
 
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
 

Constructor Detail

MulticastDiscoveryTransportChannelFactory

public MulticastDiscoveryTransportChannelFactory()
Method Detail

createDiscoveryAgent

protected DiscoveryAgent createDiscoveryAgent(URI remoteLocation)
                                       throws JMSException,
                                              URISyntaxException
Specified by:
createDiscoveryAgent in class DiscoveryTransportChannelFactorySupport
Throws:
JMSException
URISyntaxException


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.