Uses of Interface
org.apache.qpid.jms.provider.discovery.DiscoveryAgent
-
Packages that use DiscoveryAgent Package Description org.apache.qpid.jms.provider.discovery org.apache.qpid.jms.provider.discovery.file org.apache.qpid.jms.provider.discovery.multicast -
-
Uses of DiscoveryAgent in org.apache.qpid.jms.provider.discovery
Methods in org.apache.qpid.jms.provider.discovery that return DiscoveryAgent Modifier and Type Method Description static DiscoveryAgentDiscoveryAgentFactory. createAgent(URI remoteURI)Static create method that performs the DiscoveryAgent search and handles the configuration and setup.abstract DiscoveryAgentDiscoveryAgentFactory. createDiscoveryAgent(URI remoteURI)Creates an instance of the given DiscoveryAgent and configures it using the properties set on the given remote broker URI.Methods in org.apache.qpid.jms.provider.discovery that return types with arguments of type DiscoveryAgent Modifier and Type Method Description List<DiscoveryAgent>DiscoveryProvider. getDiscoveryAgents()Method parameters in org.apache.qpid.jms.provider.discovery with type arguments of type DiscoveryAgent Modifier and Type Method Description voidDiscoveryProvider. setDiscoveryAgents(List<DiscoveryAgent> agents)Sets the discovery agents used by this provider to locate remote peer instance. -
Uses of DiscoveryAgent in org.apache.qpid.jms.provider.discovery.file
Classes in org.apache.qpid.jms.provider.discovery.file that implement DiscoveryAgent Modifier and Type Class Description classFileWatcherDiscoveryAgentDiscovery agent that watches a file and periodically reads in remote URIs from that file.Methods in org.apache.qpid.jms.provider.discovery.file that return DiscoveryAgent Modifier and Type Method Description DiscoveryAgentFileWatcherDiscoveryAgentFactory. createDiscoveryAgent(URI discoveryURI) -
Uses of DiscoveryAgent in org.apache.qpid.jms.provider.discovery.multicast
Classes in org.apache.qpid.jms.provider.discovery.multicast that implement DiscoveryAgent Modifier and Type Class Description classMulticastDiscoveryAgentDiscovery agent that listens on a multicast address for new Broker advisories.Methods in org.apache.qpid.jms.provider.discovery.multicast that return DiscoveryAgent Modifier and Type Method Description DiscoveryAgentMulticastDiscoveryAgentFactory. createDiscoveryAgent(URI discoveryURI)
-