BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


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.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.createJMSConnectionConsumer(String name)
          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
 void JMSSessionPoolMBean.setConnectionConsumers(JMSConnectionConsumerMBean[] consumers)
          Deprecated. 9.0.0.0 Replaced with message-driven beans.
 boolean JMSSessionPoolMBean.addConnectionConsumer(JMSConnectionConsumerMBean connectionConsumer)
          Deprecated. 9.0.0.0 Replaced with message-driven beans.
 boolean JMSSessionPoolMBean.removeConnectionConsumer(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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.