Class DiscoveryProviderFactory
- java.lang.Object
-
- org.apache.qpid.jms.provider.ProviderFactory
-
- org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory
-
public class DiscoveryProviderFactory extends org.apache.qpid.jms.provider.ProviderFactoryFactory for creating the Discovery Provider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDISCOVERY_DISCOVERED_OPTION_PREFIX_ADONPrefix addon used for all properties that should be applied to any discovered remote URIs.static java.lang.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 org.apache.qpid.jms.provider.ProvidercreateProvider(java.net.URI remoteURI)org.apache.qpid.jms.provider.ProvidercreateProvider(java.net.URI remoteURI, org.apache.qpid.jms.provider.ProviderFutureFactory futureFactory)java.lang.StringgetName()
-
-
-
Field Detail
-
DISCOVERY_OPTION_PREFIX
public static final java.lang.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 java.lang.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 org.apache.qpid.jms.provider.Provider createProvider(java.net.URI remoteURI) throws java.lang.Exception- Specified by:
createProviderin classorg.apache.qpid.jms.provider.ProviderFactory- Throws:
java.lang.Exception
-
createProvider
public org.apache.qpid.jms.provider.Provider createProvider(java.net.URI remoteURI, org.apache.qpid.jms.provider.ProviderFutureFactory futureFactory) throws java.lang.Exception- Specified by:
createProviderin classorg.apache.qpid.jms.provider.ProviderFactory- Throws:
java.lang.Exception
-
getName
public java.lang.String getName()
- Specified by:
getNamein classorg.apache.qpid.jms.provider.ProviderFactory
-
-