BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jms.extensions
Interface WLQueueSession


public interface WLQueueSession
extends WLSession, javax.jms.QueueSession

A WLQueueSession provides fields and methods not supported by javax.jms.QueueSession.

Author:
Copyright (c) 2000 by BEA Systems, Inc., All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
WLSession, QueueSession

Fields inherited from class weblogic.jms.extensions.WLSession
KEEP_NEW, KEEP_OLD, MULTICAST_NO_ACKNOWLEDGE, NO_ACKNOWLEDGE
 
Fields inherited from class javax.jms.Session
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
 
Fields inherited from class javax.jms.Session
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
 
Methods inherited from interface weblogic.jms.extensions.WLSession
acknowledge, createXMLMessage, createXMLMessage, getMessagesMaximum, getOverrunPolicy, getRedeliveryDelay, setExceptionListener, setMessagesMaximum, setOverrunPolicy, setRedeliveryDelay
 
Methods inherited from interface javax.jms.QueueSession
createBrowser, createBrowser, createQueue, createReceiver, createReceiver, createSender, createTemporaryQueue
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.