| Package | Description | 
|---|---|
| weblogic.jms.extensions | 
 WebLogic Server extensions to JMS. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
JMSHelper.deletePermanentQueue(Context ctx,
                    String jmsServerName,
                    String queueName)
Deprecated.  
Submit a synchronous request to delete a permanent JMS queue. 
 | 
static void | 
JMSHelper.deletePermanentTopic(Context ctx,
                    String jmsServerName,
                    String topicName)
Deprecated.  
Submit a synchronous request to delete a permanent JMS topic. 
 |