Uses of Class
org.apache.qpid.jms.provider.discovery.DiscoveryAgentFactory
-
Packages that use DiscoveryAgentFactory Package Description org.apache.qpid.jms.provider.discovery org.apache.qpid.jms.provider.discovery.file org.apache.qpid.jms.provider.discovery.multicast -
-
Uses of DiscoveryAgentFactory in org.apache.qpid.jms.provider.discovery
Methods in org.apache.qpid.jms.provider.discovery that return DiscoveryAgentFactory Modifier and Type Method Description protected static DiscoveryAgentFactoryDiscoveryAgentFactory. findAgentFactory(URI location)Searches for a DiscoveryAgentFactory by using the scheme from the given URI. -
Uses of DiscoveryAgentFactory in org.apache.qpid.jms.provider.discovery.file
Subclasses of DiscoveryAgentFactory in org.apache.qpid.jms.provider.discovery.file Modifier and Type Class Description classFileWatcherDiscoveryAgentFactoryCreates and configures a new instance of the file watcher based agent. -
Uses of DiscoveryAgentFactory in org.apache.qpid.jms.provider.discovery.multicast
Subclasses of DiscoveryAgentFactory in org.apache.qpid.jms.provider.discovery.multicast Modifier and Type Class Description classMulticastDiscoveryAgentFactoryCreates and configures a new instance of the mutlicast agent.
-