Package org.apache.qpid.jms.jndi
Class JmsInitialContextFactory
java.lang.Object
org.apache.qpid.jms.jndi.JmsInitialContextFactory
- All Implemented Interfaces:
InitialContextFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JmsConnectionFactorycreateConnectionFactory(String name, String uri, Map<String, String> defaults, Hashtable<Object, Object> environment) protected JmsConnectionFactorycreateConnectionFactory(Map<String, String> properties) Factory method to create a new connection factory using the given propertiesprotected ReadOnlyContextprotected jakarta.jms.QueuecreateQueue(String name) Factory method to create new Queue instancesprotected voidprotected jakarta.jms.TopiccreateTopic(String name) Factory method to create new Topic instancesprotected voidprotected static StringgetConnectionFactoryDefaults(Map<Object, Object> environment) getConnectionFactoryNamesAndURIs(Map<Object, Object> environment) getConnectionFactoryProperties(String factoryName, Map<Object, Object> environment) getInitialContext(Hashtable<?, ?> environment)
-
Constructor Details
-
JmsInitialContextFactory
public JmsInitialContextFactory()
-
-
Method Details
-
getInitialContext
- Specified by:
getInitialContextin interfaceInitialContextFactory- Throws:
NamingException
-
createContext
-
createConnectionFactory
protected JmsConnectionFactory createConnectionFactory(String name, String uri, Map<String, String> defaults, Hashtable<Object, throws URISyntaxExceptionObject> environment) - Throws:
URISyntaxException
-
getConnectionFactoryNamesAndURIs
-
getConnectionFactoryDefaults
-
getConnectionFactoryProperties
-
createQueues
-
createTopics
-
createQueue
Factory method to create new Queue instances -
createTopic
Factory method to create new Topic instances -
createConnectionFactory
Factory method to create a new connection factory using the given properties -
expand
-