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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.JMSSessionPoolMBean

Packages that use JMSSessionPoolMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of JMSSessionPoolMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSSessionPoolMBean
 JMSSessionPoolMBean DomainMBean.createJMSSessionPool(String name)
          Deprecated. 9.0.0.0
 JMSSessionPoolMBean JMSServerMBean.createJMSSessionPool(String name)
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 JMSSessionPoolMBean[] DomainMBean.getJMSSessionPools()
          Deprecated. 9.0.0.0
 JMSSessionPoolMBean[] JMSServerMBean.getJMSSessionPools()
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 JMSSessionPoolMBean[] JMSServerMBean.getSessionPools()
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 JMSSessionPoolMBean DomainMBean.lookupJMSSessionPool(String name)
          Deprecated. 9.0.0.0
 JMSSessionPoolMBean JMSServerMBean.lookupJMSSessionPool(String name)
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 

Methods in weblogic.management.configuration with parameters of type JMSSessionPoolMBean
 boolean JMSServerMBean.addSessionPool(JMSSessionPoolMBean sessionPool)
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 void DomainMBean.destroyJMSSessionPool(JMSSessionPoolMBean jmsSessionPool)
          Deprecated. 9.0.0.0
 void JMSServerMBean.destroyJMSSessionPool(JMSSessionPoolMBean sessionPool)
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 boolean JMSServerMBean.removeSessionPool(JMSSessionPoolMBean sessionPool)
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 void JMSServerMBean.setSessionPools(JMSSessionPoolMBean[] pools)
          Deprecated. 9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information.
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02