| Package | Description | 
|---|---|
| weblogic.jms.extensions | 
 WebLogic Server extensions to JMS. 
 | 
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JMSQueueMBean | 
JMSHelper.getJMSQueueConfigMBean(Context ctx,
                      Queue jmsQueue)
Deprecated.  
Retrieve the JMS queue configuration MBean for the associated JMS queue. 
 | 
static JMSQueueMBean | 
JMSHelper.getJMSQueueConfigMBean(Context ctx,
                      String jmsServerName,
                      String queueName)
Deprecated.  
Retrieve the JMS queue configuration MBean for the specified JMS queue name on
  the specified JMS server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JMSQueueMBean | 
JMSServerMBean.createJMSQueue(String name)
Deprecated. 
 
9.0.0.0 Replaced with the JMS module functionality. 
 | 
JMSQueueMBean | 
DomainMBean.createJMSQueue(String name)
Deprecated. 
 
9.0.0.0 
 | 
JMSQueueMBean | 
JMSServerMBean.createJMSQueue(String name,
              JMSQueueMBean toClone)
Deprecated. 
 
9.0.0.0 Replaced with the JMS module functionality. 
 | 
JMSQueueMBean | 
DomainMBean.createJMSQueue(String name,
              JMSQueueMBean destination)  | 
JMSQueueMBean | 
JMSDistributedQueueMemberMBean.getJMSQueue()
Deprecated.  
The physical JMS queue that is associated with this member of
 the distributed queue set. 
 | 
JMSQueueMBean[] | 
JMSServerMBean.getJMSQueues()
Deprecated. 
 
9.0.0.0 Replaced with the JMS module functionality. 
 | 
JMSQueueMBean[] | 
DomainMBean.getJMSQueues()
Deprecated. 
 
9.0.0.0 
 | 
JMSQueueMBean | 
JMSServerMBean.lookupJMSQueue(String name)
Deprecated. 
 
9.0.0.0 Replaced with the JMS module functionality. 
 | 
JMSQueueMBean | 
DomainMBean.lookupJMSQueue(String name)
Deprecated. 
 
9.0.0.0 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JMSQueueMBean | 
JMSServerMBean.createJMSQueue(String name,
              JMSQueueMBean toClone)
Deprecated. 
 
9.0.0.0 Replaced with the JMS module functionality. 
 | 
JMSQueueMBean | 
DomainMBean.createJMSQueue(String name,
              JMSQueueMBean destination)  | 
void | 
JMSServerMBean.destroyJMSQueue(JMSQueueMBean queue)
Deprecated. 
 
9.0.0.0 Replaced with the JMS module functionality. 
 | 
void | 
DomainMBean.destroyJMSQueue(JMSQueueMBean queue)
Deprecated. 
 
9.0.0.0 
 | 
void | 
JMSDistributedQueueMemberMBean.setJMSQueue(JMSQueueMBean queue)
Deprecated.  
Sets the value of the JMSQueue attribute. 
 |