org.activemq.transport.multicast
Class MulticastDiscoveryTransportChannelFactory

java.lang.Object
  extended byorg.activemq.transport.TransportChannelFactorySupport
      extended byorg.activemq.transport.composite.CompositeTransportChannelFactory
          extended byorg.activemq.transport.DiscoveryTransportChannelFactorySupport
              extended byorg.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-2007 Protique, Ltd.. All Rights Reserved.