close
public void close()
throws JMSException
API method.
commit
public void commit()
throws JMSException
API method.
createBrowser
public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue)
throws JMSException
API method
createBrowser
public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue,
String selector)
throws JMSException
API method
createBytesMessage
public javax.jms.BytesMessage createBytesMessage()
throws JMSException
API method.
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Destination dest)
throws JMSException
API method.
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Destination dest,
String selector)
throws JMSException
API method.
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Destination dest,
String selector,
boolean noLocal)
throws JMSException
API method.
createDurableSubscriber
public javax.jms.TopicSubscriber createDurableSubscriber(javax.jms.Topic topic,
String name)
throws JMSException
API method.
createDurableSubscriber
public javax.jms.TopicSubscriber createDurableSubscriber(javax.jms.Topic topic,
String name,
String selector,
boolean noLocal)
throws JMSException
API method.
createMapMessage
public javax.jms.MapMessage createMapMessage()
throws JMSException
API method.
createMessage
public javax.jms.Message createMessage()
throws JMSException
API method.
createObjectMessage
public javax.jms.ObjectMessage createObjectMessage()
throws JMSException
API method.
createObjectMessage
public javax.jms.ObjectMessage createObjectMessage(java.io.Serializable obj)
throws JMSException
API method.
createProducer
public javax.jms.MessageProducer createProducer(javax.jms.Destination dest)
throws JMSException
API method.
createQueue
public javax.jms.Queue createQueue(String queueName)
throws JMSException
API method.
createStreamMessage
public javax.jms.StreamMessage createStreamMessage()
throws JMSException
API method.
createTemporaryQueue
public javax.jms.TemporaryQueue createTemporaryQueue()
throws JMSException
API method.
createTemporaryTopic
public javax.jms.TemporaryTopic createTemporaryTopic()
throws JMSException
API method.
createTextMessage
public javax.jms.TextMessage createTextMessage()
throws JMSException
API method.
createTextMessage
public javax.jms.TextMessage createTextMessage(String text)
throws JMSException
API method.
createTopic
public javax.jms.Topic createTopic(String topicName)
throws JMSException
API method.
getAcknowledgeMode
public int getAcknowledgeMode()
throws JMSException
API method.
getMessageListener
public javax.jms.MessageListener getMessageListener()
throws JMSException
API method.
getTransacted
public boolean getTransacted()
throws JMSException
API method.
recover
public void recover()
throws JMSException
API method.
rollback
public void rollback()
throws JMSException
API method.
run
public void run()
API method.
setMessageListener
public void setMessageListener(javax.jms.MessageListener messageListener)
throws JMSException
API method.
setTransacted
public void setTransacted(boolean t)
set transacted.
see connector ManagedConnectionImpl.
toString
public String toString()
Returns a String image of this session.
unsubscribe
public void unsubscribe(String name)
throws JMSException
API method.