

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 | ) | [inline] |
| void com::cosylab::acs::jms::ACSJMSSession::close | ( | ) | throws JMSException [inline] |
Reimplemented in com::cosylab::acs::jms::ACSJMSTopicSession.
| void com::cosylab::acs::jms::ACSJMSSession::commit | ( | ) | throws JMSException [inline] |
| QueueBrowser com::cosylab::acs::jms::ACSJMSSession::createBrowser | ( | Queue | arg0, | |
| String | arg1 | |||
| ) | throws JMSException [inline] |
| QueueBrowser com::cosylab::acs::jms::ACSJMSSession::createBrowser | ( | Queue | arg0 | ) | throws JMSException [inline] |
| BytesMessage com::cosylab::acs::jms::ACSJMSSession::createBytesMessage | ( | ) | throws JMSException [inline] |
| MessageConsumer com::cosylab::acs::jms::ACSJMSSession::createConsumer | ( | Destination | arg0, | |
| String | arg1, | |||
| boolean | arg2 | |||
| ) | throws JMSException [inline] |
| MessageConsumer com::cosylab::acs::jms::ACSJMSSession::createConsumer | ( | Destination | arg0, | |
| String | arg1 | |||
| ) | throws JMSException [inline] |
| MessageConsumer com::cosylab::acs::jms::ACSJMSSession::createConsumer | ( | Destination | destination | ) | throws JMSException [inline] |
References containerServices.
Referenced by alma::acs::lasercore::test::stress::category::CategorySubscriber::connectSubscriber().
| TopicSubscriber com::cosylab::acs::jms::ACSJMSSession::createDurableSubscriber | ( | Topic | arg0, | |
| String | arg1, | |||
| String | arg2, | |||
| boolean | arg3 | |||
| ) | throws JMSException [inline] |
| TopicSubscriber com::cosylab::acs::jms::ACSJMSSession::createDurableSubscriber | ( | Topic | arg0, | |
| String | arg1 | |||
| ) | throws JMSException [inline] |
| MapMessage com::cosylab::acs::jms::ACSJMSSession::createMapMessage | ( | ) | throws JMSException [inline] |
| Message com::cosylab::acs::jms::ACSJMSSession::createMessage | ( | ) | throws JMSException [inline] |
References containerServices.
| ObjectMessage com::cosylab::acs::jms::ACSJMSSession::createObjectMessage | ( | Serializable | obj | ) | throws JMSException [inline] |
References containerServices.
| ObjectMessage com::cosylab::acs::jms::ACSJMSSession::createObjectMessage | ( | ) | throws JMSException [inline] |
References containerServices.
| MessageProducer com::cosylab::acs::jms::ACSJMSSession::createProducer | ( | Destination | destination | ) | throws JMSException [inline] |
References containerServices.
| Queue com::cosylab::acs::jms::ACSJMSSession::createQueue | ( | String | arg0 | ) | throws JMSException [inline] |
| StreamMessage com::cosylab::acs::jms::ACSJMSSession::createStreamMessage | ( | ) | throws JMSException [inline] |
| TemporaryQueue com::cosylab::acs::jms::ACSJMSSession::createTemporaryQueue | ( | ) | throws JMSException [inline] |
| TemporaryTopic com::cosylab::acs::jms::ACSJMSSession::createTemporaryTopic | ( | ) | throws JMSException [inline] |
| TextMessage com::cosylab::acs::jms::ACSJMSSession::createTextMessage | ( | String | arg0 | ) | throws JMSException [inline] |
References containerServices.
| TextMessage com::cosylab::acs::jms::ACSJMSSession::createTextMessage | ( | ) | throws JMSException [inline] |
References containerServices.
| Topic com::cosylab::acs::jms::ACSJMSSession::createTopic | ( | String | topic | ) | throws JMSException [inline] |
| int com::cosylab::acs::jms::ACSJMSSession::getAcknowledgeMode | ( | ) | throws JMSException [inline] |
| MessageListener com::cosylab::acs::jms::ACSJMSSession::getMessageListener | ( | ) | throws JMSException [inline] |
| boolean com::cosylab::acs::jms::ACSJMSSession::getTransacted | ( | ) | throws JMSException [inline] |
| void com::cosylab::acs::jms::ACSJMSSession::recover | ( | ) | throws JMSException [inline] |
| void com::cosylab::acs::jms::ACSJMSSession::rollback | ( | ) | throws JMSException [inline] |
| void com::cosylab::acs::jms::ACSJMSSession::run | ( | ) | [inline] |
| void com::cosylab::acs::jms::ACSJMSSession::setMessageListener | ( | MessageListener | arg0 | ) | throws JMSException [inline] |
| void com::cosylab::acs::jms::ACSJMSSession::unsubscribe | ( | String | arg0 | ) | throws JMSException [inline] |
1.6.2