Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

Uses of Interface
weblogic.management.runtime.JMSDestinationRuntimeMBean

Packages that use JMSDestinationRuntimeMBean
weblogic.jms.extensions WebLogic Server extensions to JMS. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of JMSDestinationRuntimeMBean in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions that return JMSDestinationRuntimeMBean
static JMSDestinationRuntimeMBean JMSRuntimeHelper.getJMSDestinationRuntimeMBean(Context ctx, String jmsServerName, String destinationName)
          Retrieve the JMS destination runtime MBean for the specified JMS destination name on the specified JMS server.
static JMSDestinationRuntimeMBean JMSRuntimeHelper.getJMSDestinationRuntimeMBean(Context ctx, Destination destination)
          Retrieve the JMS destination runtime MBean for the associated JMS destination.
 

Uses of JMSDestinationRuntimeMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return JMSDestinationRuntimeMBean
 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.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02