Public Member Functions | |
| ACSJMSSession (ContainerServicesBase containerServices) | |
| BytesMessage | createBytesMessage () throws JMSException |
| MapMessage | createMapMessage () throws JMSException |
| Message | createMessage () throws JMSException |
| ObjectMessage | createObjectMessage () throws JMSException |
| ObjectMessage | createObjectMessage (Serializable obj) throws JMSException |
| StreamMessage | createStreamMessage () throws JMSException |
| TextMessage | createTextMessage () throws JMSException |
| TextMessage | createTextMessage (String arg0) throws JMSException |
| boolean | getTransacted () throws JMSException |
| int | getAcknowledgeMode () throws JMSException |
| void | commit () throws JMSException |
| void | rollback () throws JMSException |
| void | close () throws JMSException |
| void | recover () throws JMSException |
| MessageListener | getMessageListener () throws JMSException |
| void | setMessageListener (MessageListener arg0) throws JMSException |
| void | run () |
| MessageProducer | createProducer (Destination destination) throws JMSException |
| MessageConsumer | createConsumer (Destination destination) throws JMSException |
| MessageConsumer | createConsumer (Destination arg0, String arg1) throws JMSException |
| MessageConsumer | createConsumer (Destination arg0, String arg1, boolean arg2) throws JMSException |
| Queue | createQueue (String arg0) throws JMSException |
| Topic | createTopic (String topic) throws JMSException |
| TopicSubscriber | createDurableSubscriber (Topic arg0, String arg1) throws JMSException |
| TopicSubscriber | createDurableSubscriber (Topic arg0, String arg1, String arg2, boolean arg3) throws JMSException |
| QueueBrowser | createBrowser (Queue arg0) throws JMSException |
| QueueBrowser | createBrowser (Queue arg0, String arg1) throws JMSException |
| TemporaryQueue | createTemporaryQueue () throws JMSException |
| TemporaryTopic | createTemporaryTopic () throws JMSException |
| void | unsubscribe (String arg0) throws JMSException |
Protected Attributes | |
| ContainerServicesBase | containerServices |
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
| com.cosylab.acs.jms.ACSJMSSession.ACSJMSSession | ( | ContainerServicesBase | containerServices | ) |
| void com.cosylab.acs.jms.ACSJMSSession.close | ( | ) | throws JMSException |
| void com.cosylab.acs.jms.ACSJMSSession.commit | ( | ) | throws JMSException |
| QueueBrowser com.cosylab.acs.jms.ACSJMSSession.createBrowser | ( | Queue | arg0 | ) | throws JMSException |
| QueueBrowser com.cosylab.acs.jms.ACSJMSSession.createBrowser | ( | Queue | arg0, | |
| String | arg1 | |||
| ) | throws JMSException |
| BytesMessage com.cosylab.acs.jms.ACSJMSSession.createBytesMessage | ( | ) | throws JMSException |
| MessageConsumer com.cosylab.acs.jms.ACSJMSSession.createConsumer | ( | Destination | destination | ) | throws JMSException |
| MessageConsumer com.cosylab.acs.jms.ACSJMSSession.createConsumer | ( | Destination | arg0, | |
| String | arg1 | |||
| ) | throws JMSException |
| MessageConsumer com.cosylab.acs.jms.ACSJMSSession.createConsumer | ( | Destination | arg0, | |
| String | arg1, | |||
| boolean | arg2 | |||
| ) | throws JMSException |
| TopicSubscriber com.cosylab.acs.jms.ACSJMSSession.createDurableSubscriber | ( | Topic | arg0, | |
| String | arg1, | |||
| String | arg2, | |||
| boolean | arg3 | |||
| ) | throws JMSException |
| TopicSubscriber com.cosylab.acs.jms.ACSJMSSession.createDurableSubscriber | ( | Topic | arg0, | |
| String | arg1 | |||
| ) | throws JMSException |
| MapMessage com.cosylab.acs.jms.ACSJMSSession.createMapMessage | ( | ) | throws JMSException |
| Message com.cosylab.acs.jms.ACSJMSSession.createMessage | ( | ) | throws JMSException |
| ObjectMessage com.cosylab.acs.jms.ACSJMSSession.createObjectMessage | ( | ) | throws JMSException |
| ObjectMessage com.cosylab.acs.jms.ACSJMSSession.createObjectMessage | ( | Serializable | obj | ) | throws JMSException |
| MessageProducer com.cosylab.acs.jms.ACSJMSSession.createProducer | ( | Destination | destination | ) | throws JMSException |
| Queue com.cosylab.acs.jms.ACSJMSSession.createQueue | ( | String | arg0 | ) | throws JMSException |
| StreamMessage com.cosylab.acs.jms.ACSJMSSession.createStreamMessage | ( | ) | throws JMSException |
| TemporaryQueue com.cosylab.acs.jms.ACSJMSSession.createTemporaryQueue | ( | ) | throws JMSException |
| TemporaryTopic com.cosylab.acs.jms.ACSJMSSession.createTemporaryTopic | ( | ) | throws JMSException |
| TextMessage com.cosylab.acs.jms.ACSJMSSession.createTextMessage | ( | String | arg0 | ) | throws JMSException |
| TextMessage com.cosylab.acs.jms.ACSJMSSession.createTextMessage | ( | ) | throws JMSException |
| Topic com.cosylab.acs.jms.ACSJMSSession.createTopic | ( | String | topic | ) | throws JMSException |
| int com.cosylab.acs.jms.ACSJMSSession.getAcknowledgeMode | ( | ) | throws JMSException |
| MessageListener com.cosylab.acs.jms.ACSJMSSession.getMessageListener | ( | ) | throws JMSException |
| boolean com.cosylab.acs.jms.ACSJMSSession.getTransacted | ( | ) | throws JMSException |
| void com.cosylab.acs.jms.ACSJMSSession.recover | ( | ) | throws JMSException |
| void com.cosylab.acs.jms.ACSJMSSession.rollback | ( | ) | throws JMSException |
| void com.cosylab.acs.jms.ACSJMSSession.run | ( | ) |
| void com.cosylab.acs.jms.ACSJMSSession.setMessageListener | ( | MessageListener | arg0 | ) | throws JMSException |
| void com.cosylab.acs.jms.ACSJMSSession.unsubscribe | ( | String | arg0 | ) | throws JMSException |
Referenced by com.cosylab.acs.jms.ACSJMSSession.createConsumer(), com.cosylab.acs.jms.ACSJMSSession.createMessage(), com.cosylab.acs.jms.ACSJMSSession.createObjectMessage(), com.cosylab.acs.jms.ACSJMSSession.createProducer(), com.cosylab.acs.jms.ACSJMSTopicSession.createPublisher(), com.cosylab.acs.jms.ACSJMSTopicSession.createSubscriber(), and com.cosylab.acs.jms.ACSJMSSession.createTextMessage().
1.7.0