javax.jms
Interface XAQueueSession
- All Superinterfaces:
- Runnable, Session, XASession
- public interface XAQueueSession
- extends XASession
An XAQueueSession
provides a regular QueueSession
,
which can be used to
create QueueReceiver
, QueueSender
, and
QueueBrowser
objects (optional).
- Version:
- 1.0 - 13 March 1998
- Author:
- Mark Hapner, Rich Burridge
- See Also:
XASession
Methods inherited from interface javax.jms.Session |
close, createBytesMessage, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createStreamMessage, createTextMessage, createTextMessage, getMessageListener, recover, run, setMessageListener |
getQueueSession
public QueueSession getQueueSession()
throws JMSException
- Gets the queue session associated with this
XAQueueSession
.
- Returns:
- the queue session object
- Throws:
JMSException
- if an internal error occurs.
exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.