BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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_CachingStub.getConnectionConsumers()
          Getter for ConnectionConsumers
 JMSConnectionConsumerMBean[] JMSSessionPoolMBean.getConnectionConsumers()
          Return a read-only array of the ConnectionConsumers of the SessionPool.
 

Methods in weblogic.management.configuration with parameters of type JMSConnectionConsumerMBean
 void JMSSessionPoolMBean_CachingStub.setConnectionConsumers(JMSConnectionConsumerMBean[] value)
          Setter for ConnectionConsumers
 boolean JMSSessionPoolMBean_CachingStub.removeConnectionConsumer(JMSConnectionConsumerMBean arg0)
          Operation removeConnectionConsumer
 boolean JMSSessionPoolMBean_CachingStub.addConnectionConsumer(JMSConnectionConsumerMBean arg0)
          Operation addConnectionConsumer
 void JMSSessionPoolMBean.setConnectionConsumers(JMSConnectionConsumerMBean[] consumers)
          Set all connection consumers in this SessionPool.
 boolean JMSSessionPoolMBean.addConnectionConsumer(JMSConnectionConsumerMBean connectionConsumer)
          Add a connection consumer to the SessionPool.
 boolean JMSSessionPoolMBean.removeConnectionConsumer(JMSConnectionConsumerMBean connectionConsumer)
          Remove a ConnectionConsumer from the SessionPool.
 

Constructors in weblogic.management.configuration with parameters of type JMSConnectionConsumerMBean
JMSConnectionConsumerMBean_CachingStub.JMSConnectionConsumerMBean_CachingStub(JMSConnectionConsumerMBean delegate, RemoteMBeanServer server)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.