Public Member Functions | |
| void | init (Class cl, boolean collocated, String url, TransactionManager tm) throws Exception |
| void | stop () throws Exception |
| Queue | createQueue (String name) throws Exception |
| Queue | getQueue (String name) throws Exception |
| Enumeration | getQueuesNames () |
| Topic | createTopic (String name) throws Exception |
| Topic | getTopic (String name) throws Exception |
| Enumeration | getTopicsNames () |
| ConnectionFactory | getConnectionFactory () |
| XAConnectionFactory | getXAConnectionFactory () |
| TopicConnectionFactory | getTopicConnectionFactory () |
| XATopicConnectionFactory | getXATopicConnectionFactory () |
| QueueConnectionFactory | getQueueConnectionFactory () |
| XAQueueConnectionFactory | getXAQueueConnectionFactory () |
Definition at line 49 of file JmsManager.java.
|
|
Create a Queue and bind it in the registry |
|
|
Create a Topic and bind it in the registry |
|
|
Get the unique ConnectionFactory Referenced by org.objectweb.jonas_jms.JObjectFactory.getObjectInstance(). |
|
|
Get Queue (creates it if not exist) Referenced by org.objectweb.jonas_ejb.container.JMdbFactory.JMdbFactory(). |
|
|
Get the unique QueueConnectionFactory Referenced by org.objectweb.jonas_jms.JObjectFactory.getObjectInstance(). |
|
|
Get Queue Names |
|
|
Get Topic (creates it if not exist) Referenced by org.objectweb.jonas_ejb.container.JMdbFactory.JMdbFactory(). |
|
|
Get the unique TopicConnectionFactory Referenced by org.objectweb.jonas_jms.JObjectFactory.getObjectInstance(). |
|
|
Get Topic Names |
|
|
Get the unique XAConnectionFactory Referenced by org.objectweb.jonas_jms.JConnectionFactory.JConnectionFactory(). |
|
|
Get the unique XAQueueConnectionFactory Referenced by org.objectweb.jonas_ejb.container.JMdbFactory.JMdbFactory(), and org.objectweb.jonas_jms.JQueueConnectionFactory.JQueueConnectionFactory(). |
|
|
Get the unique XATopicConnectionFactory Referenced by org.objectweb.jonas_ejb.container.JMdbFactory.JMdbFactory(), and org.objectweb.jonas_jms.JTopicConnectionFactory.JTopicConnectionFactory(). |
|
||||||||||||||||||||
|
Initialisation of JmsManager
|
|
|
Terminate the administering process |
1.3.9.1