Package | Description |
---|---|
org.apache.qpid.jms.provider.discovery | |
org.apache.qpid.jms.provider.discovery.file | |
org.apache.qpid.jms.provider.discovery.multicast |
Modifier and Type | Method and Description |
---|---|
static DiscoveryAgent |
DiscoveryAgentFactory.createAgent(URI remoteURI)
Static create method that performs the DiscoveryAgent search and handles the
configuration and setup.
|
abstract DiscoveryAgent |
DiscoveryAgentFactory.createDiscoveryAgent(URI remoteURI)
Creates an instance of the given DiscoveryAgent and configures it using the
properties set on the given remote broker URI.
|
Modifier and Type | Method and Description |
---|---|
List<DiscoveryAgent> |
DiscoveryProvider.getDiscoveryAgents() |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryProvider.setDiscoveryAgents(List<DiscoveryAgent> agents)
Sets the discovery agents used by this provider to locate remote peer instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FileWatcherDiscoveryAgent
Discovery agent that watches a file and periodically reads in remote URIs
from that file.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryAgent |
FileWatcherDiscoveryAgentFactory.createDiscoveryAgent(URI discoveryURI) |
Modifier and Type | Class and Description |
---|---|
class |
MulticastDiscoveryAgent
Discovery agent that listens on a multicast address for new Broker advisories.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryAgent |
MulticastDiscoveryAgentFactory.createDiscoveryAgent(URI discoveryURI) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.