Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.management.configuration.CapacityMBean

Packages that use CapacityMBean
weblogic.management.configuration   

 

Uses of CapacityMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return CapacityMBean
abstract  CapacityMBean SelfTuningMBean.createCapacity(String name)
          Creates capacity constraints.
abstract  CapacityMBean[] SelfTuningMBean.getCapacities()
          All the capacity definitions.
abstract  CapacityMBean WorkManagerMBean.getCapacity()
          The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.
abstract  CapacityMBean SelfTuningMBean.lookupCapacity(String name)
          Looks up a particular capacity constraint.

 

Methods in weblogic.management.configuration with parameters of type CapacityMBean
abstract  void SelfTuningMBean.destroyCapacity(CapacityMBean bean)
          Destroys and removes a capacity constraint with the specified short name.
abstract  void WorkManagerMBean.setCapacity(CapacityMBean cap)
          Sets the total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09