public class MulticastDiscoveryAgentFactory extends DiscoveryAgentFactory
Constructor and Description |
---|
MulticastDiscoveryAgentFactory() |
Modifier and Type | Method and Description |
---|---|
DiscoveryAgent |
createDiscoveryAgent(URI discoveryURI)
Creates an instance of the given DiscoveryAgent and configures it using the
properties set on the given remote broker URI.
|
String |
getName() |
createAgent, findAgentFactory
public DiscoveryAgent createDiscoveryAgent(URI discoveryURI) throws Exception
DiscoveryAgentFactory
createDiscoveryAgent
in class DiscoveryAgentFactory
discoveryURI
- The URI used to configure remote discovery.Exception
- if an error occurs while creating the DiscoveryAgent instance.public String getName()
getName
in class DiscoveryAgentFactory
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.