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 |
|
|
|
Reimplemented in com::cosylab::acs::jms::ACSJMSTopicSession.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|