| Package | Description | 
|---|---|
| weblogic.jms.extensions | 
 WebLogic Server extensions to JMS. 
 | 
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static JMSDestinationRuntimeMBean | 
JMSRuntimeHelper.getJMSDestinationRuntimeMBean(javax.naming.Context ctx,
                             java.lang.String jmsServerName,
                             java.lang.String destinationName) | 
 Retrieve the JMS destination runtime MBean for the specified JMS destination 
  name on the specified JMS server. 
 | 
static JMSDestinationRuntimeMBean | 
JMSRuntimeHelper.getJMSDestinationRuntimeMBean(javax.naming.Context ctx,
                             javax.jms.Destination destination) | 
 Retrieve the JMS destination runtime MBean for the associated 
  JMS destination. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
JMSDestinationRuntimeMBean | 
JMSDurableSubscriberRuntimeMBean.getDestinationRuntime() | 
 The runtime MBean of the Topic to which this durable subscriber
 is associated. 
 | 
JMSDestinationRuntimeMBean[] | 
JMSServerRuntimeMBean.getDestinations() | 
 An array of destinations on this JMS server. 
 |