void | close() - Actually does nothing, closing of the session occurs while closing
the component's connection.
|
void | commit() - Forbidden call on a component's outbound session, throws a
IllegalStateException instance.
|
javax.jms.QueueBrowser | createBrowser(javax.jms.Queue queue) - Delegates the call to the wrapped JMS session.
|
javax.jms.QueueBrowser | createBrowser(javax.jms.Queue queue, String selector) - Delegates the call to the wrapped JMS session.
|
javax.jms.BytesMessage | createBytesMessage() - Delegates the call to the wrapped JMS session.
|
javax.jms.MessageConsumer | createConsumer(javax.jms.Destination dest) - Delegates the call to the wrapped JMS session.
|
javax.jms.MessageConsumer | createConsumer(javax.jms.Destination dest, String selector) - Delegates the call to the wrapped JMS session.
|
javax.jms.MessageConsumer | createConsumer(javax.jms.Destination dest, String selector, boolean noLocal) - Delegates the call to the wrapped JMS session.
|
javax.jms.TopicSubscriber | createDurableSubscriber(javax.jms.Topic topic, String name) - Delegates the call to the wrapped JMS session.
|
javax.jms.TopicSubscriber | createDurableSubscriber(javax.jms.Topic topic, String name, String selector, boolean noLocal) - Delegates the call to the wrapped JMS session.
|
javax.jms.MapMessage | createMapMessage() - Delegates the call to the wrapped JMS session.
|
javax.jms.Message | createMessage() - Delegates the call to the wrapped JMS session.
|
javax.jms.ObjectMessage | createObjectMessage() - Delegates the call to the wrapped JMS session.
|
javax.jms.ObjectMessage | createObjectMessage(java.io.Serializable obj) - Delegates the call to the wrapped JMS session.
|
javax.jms.MessageProducer | createProducer(javax.jms.Destination dest) - Delegates the call to the wrapped JMS session.
|
javax.jms.Queue | createQueue(String queueName) - Delegates the call to the wrapped JMS session.
|
javax.jms.StreamMessage | createStreamMessage() - Delegates the call to the wrapped JMS session.
|
javax.jms.TemporaryQueue | createTemporaryQueue() - Delegates the call to the wrapped JMS session.
|
javax.jms.TemporaryTopic | createTemporaryTopic() - Delegates the call to the wrapped JMS session.
|
javax.jms.TextMessage | createTextMessage() - Delegates the call to the wrapped JMS session.
|
javax.jms.TextMessage | createTextMessage(String text) - Delegates the call to the wrapped JMS session.
|
javax.jms.Topic | createTopic(String topicName) - Delegates the call to the wrapped JMS session.
|
int | getAcknowledgeMode() - Delegates the call to the wrapped JMS session.
|
javax.jms.MessageListener | getMessageListener() - Forbidden call on a component's outbound session, throws a
IllegalStateException instance.
|
boolean | getTransacted() - Delegates the call to the wrapped JMS session.
|
boolean | isStarted() - return started value.
|
void | recover() - Delegates the call to the wrapped JMS session.
|
void | rollback() - Forbidden call on a component's outbound session, throws a
IllegalStateException instance.
|
void | run() - Method never used by a component, does nothing.
|
void | setMessageListener(javax.jms.MessageListener messageListener) - Forbidden call on a component's outbound session, throws a
IllegalStateException instance.
|
void | unsubscribe(String name) - Delegates the call to the wrapped JMS session.
|