Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02

Uses of Interface
weblogic.management.configuration.JMSConnectionConsumerMBean

Packages that use JMSConnectionConsumerMBean
weblogic.management.configuration   
 

Uses of JMSConnectionConsumerMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSConnectionConsumerMBean
 JMSConnectionConsumerMBean JMSSessionPoolMBean.createJMSConnectionConsumer(String name)
          Deprecated. The connection consumers for this JMS session pool.
 JMSConnectionConsumerMBean[] JMSSessionPoolMBean.getConnectionConsumers()
          Deprecated. 9.0.0.0 Replaced with message-driven beans.
 JMSConnectionConsumerMBean[] JMSSessionPoolMBean.getJMSConnectionConsumers()
          Deprecated. The connection consumers for this JMS session pool.
 JMSConnectionConsumerMBean JMSSessionPoolMBean.lookupJMSConnectionConsumer(String name)
          Deprecated. Get a connection consumer from the session pool by name.
 

Methods in weblogic.management.configuration with parameters of type JMSConnectionConsumerMBean
 boolean JMSSessionPoolMBean.addConnectionConsumer(JMSConnectionConsumerMBean connectionConsumer)
          Deprecated. 9.0.0.0 Replaced with message-driven beans.
 void JMSSessionPoolMBean.destroyJMSConnectionConsumer(JMSConnectionConsumerMBean connectionConsumer)
          Deprecated. Remove a connection consumer from the session pool.
 boolean JMSSessionPoolMBean.removeConnectionConsumer(JMSConnectionConsumerMBean connectionConsumer)
          Deprecated. 9.0.0.0 Replaced with message-driven beans.
 void JMSSessionPoolMBean.setConnectionConsumers(JMSConnectionConsumerMBean[] consumers)
          Deprecated. 9.0.0.0 Replaced with message-driven beans.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02