| Package | Description | 
|---|---|
| weblogic.jms.extensions | 
 WebLogic Server extensions to JMS. 
 | 
| Class and Description | 
|---|
| ClientSAF
 
 The JMS Client SAF (store-and-forward) feature enables JMS clients
 to enqueue messages on a local file system. 
 | 
| ClientSAFDuplicateException
 This exception is delivered to a ClientSAF instance whenever
 a duplicate running ClientSAF instance is found bound to
 a given data file directory. 
 | 
| DestinationAvailabilityListener
 Implements the  
DestinationAvailabilityListener interface 
 to recieve destination availability notifications. | 
| DestinationDetail
 A DestinationDetail contains information about a destination or a
 distributed destination member. 
 | 
| IJMSModuleHelper
 JMS module helper contains methods for managing (locate/create/delete)
 JMS Module configuration entities (descriptor beans) in a given module. 
 | 
| JMSDestinationAvailabilityHelper
 Provides a  
 registration/notification mechanism for WebLogic 9.0 and later
 distributed destination member 
 availability changes. 
 | 
| JMSNamedEntityModifier
 Interface to be implemented by the user that can be passed as an argument
 to the JMSModuleHelper create and findAndModifyEntity APIs. 
 | 
| JMSRuntimeHelper
 This class contains JMS helper methods for locating JMS runtime 
 | 
| PersistentStoreModifier | 
| RegistrationHandle
 The handle given back to a caller after a successful
  
JMSDestinationAvailabilityHelper
 registration. | 
| WLAcknowledgeInfo
 A WLMessage provides
 an abstraction of the data in the message for doing acknowledge. 
 | 
| WLDestination
 A WLDestination provides methods
 that are not supported by javax.jms.Destination. 
 | 
| WLJMSProducer
 A WLJMSProducer provides methods not supported by javax.jms.JMSProducer. 
 | 
| WLMessage
 A WLMessage provides
 methods not supported by javax.jms.Message. 
 | 
| WLMessageFactory
 A WLMessageFactory provides vendor specific
 methods not supported by JMS specification. 
 | 
| WLSession
 A WLSession provides fields and methods that are not supported by
  
javax.jms.Session.. | 
| XMLMessage
 An XMLMessage is used to send a message containing XML content. 
 |