BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jms.extensions
Interface WLTopicSession


public interface WLTopicSession
extends WLSession, javax.jms.TopicSession

A WLTopicSession provides fields and methods not supported by javax.jms.TopicSession.

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

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.TopicSession
createDurableSubscriber, createDurableSubscriber, createPublisher, createSubscriber, createSubscriber, createTemporaryTopic, createTopic, unsubscribe
 


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.