BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.jms.extensions

WebLogic Server extensions to JMS.

See:
          Description

Interface Summary
MDBTransaction JMS extension to associate a message delivered to a MDB (message-driven bean) with a transaction.
ServerSessionPoolListener Listener interface for MessageListeners used by a ServerSessionPool.
WLMessage A WLMessage provides methods not supported by javax.jms.Message.
WLMessageProducer A WLMessageProducer provides methods not supported by javax.jms.MessageProducer.
WLQueueSession A WLQueueSession provides fields and methods not supported by javax.jms.QueueSession.
WLSession A WLSession provides fields and methods that are not supported by javax.jms.Session.
WLTopicSession A WLTopicSession provides fields and methods not supported by javax.jms.TopicSession.
XMLMessage An XMLMessage is used to send a message containing XML content.
 

Class Summary
JMSHelper JMS extension methods for dynamically creating permanent queues and topics, and converting between WebLogic JMS 6.0 and pre-6.0 JMSMessageID formats.
Schedule Time Scheduler
 

Exception Summary
ConsumerClosedException This exception is delivered to the ExceptionListener for a session (if set), when one of its consumer has been closed by the server as a result of a server failure, or administrative intervention.
DataOverrunException This exception is thrown by a multicast session when the number of messages received by the session, but not yet delivered to the messageListener, exceeds the maximum number of messages allowed for the session.
SequenceGapException This exception is thrown when a multicast consumer detects a sequence gap in the data stream.
 

Package weblogic.jms.extensions Description

WebLogic Server extensions to JMS.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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.