Class DiscoveryProviderFactory
- java.lang.Object
-
- org.apache.qpid.jms.provider.ProviderFactory
-
- org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
-
public class DiscoveryProviderFactory extends ProviderFactory
Factory for creating the Discovery Provider
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISCOVERY_DISCOVERED_OPTION_PREFIX_ADONPrefix addon used for all properties that should be applied to any discovered remote URIs.static StringDISCOVERY_OPTION_PREFIXPrefix used for all properties that apply specifically to the DiscoveryProvider
-
Constructor Summary
Constructors Constructor Description DiscoveryProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvidercreateProvider(URI remoteURI)ProvidercreateProvider(URI remoteURI, ProviderFutureFactory futureFactory)StringgetName()-
Methods inherited from class org.apache.qpid.jms.provider.ProviderFactory
create, create, findProviderFactory, findProviderFactory
-
-
-
-
Field Detail
-
DISCOVERY_OPTION_PREFIX
public static final String DISCOVERY_OPTION_PREFIX
Prefix used for all properties that apply specifically to the DiscoveryProvider- See Also:
- Constant Field Values
-
DISCOVERY_DISCOVERED_OPTION_PREFIX_ADON
public static final String DISCOVERY_DISCOVERED_OPTION_PREFIX_ADON
Prefix addon used for all properties that should be applied to any discovered remote URIs.- See Also:
- Constant Field Values
-
-
Method Detail
-
createProvider
public Provider createProvider(URI remoteURI) throws Exception
- Specified by:
createProviderin classProviderFactory- Throws:
Exception
-
createProvider
public Provider createProvider(URI remoteURI, ProviderFutureFactory futureFactory) throws Exception
- Specified by:
createProviderin classProviderFactory- Throws:
Exception
-
getName
public String getName()
- Specified by:
getNamein classProviderFactory
-
-