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.ManagedThreadFactoryTemplateMBean

Packages that use ManagedThreadFactoryTemplateMBean
weblogic.management.configuration   

 

Uses of ManagedThreadFactoryTemplateMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return ManagedThreadFactoryTemplateMBean
abstract  ManagedThreadFactoryTemplateMBean DomainMBean.createManagedThreadFactoryTemplate(String name)
          This is the factory method for ManagedThreadFactoryTemplate
abstract  ManagedThreadFactoryTemplateMBean PartitionMBean.createManagedThreadFactoryTemplate(String name)
          Creates a ManagedThreadFactoryTemplate with the specified name.
abstract  ManagedThreadFactoryTemplateMBean[] DomainMBean.getManagedThreadFactoryTemplates()
          Get all the ManagedThreadFactory templates
abstract  ManagedThreadFactoryTemplateMBean[] PartitionMBean.getManagedThreadFactoryTemplates()
          List of the ManagedThreadFactory templates.
abstract  ManagedThreadFactoryTemplateMBean DomainMBean.lookupManagedThreadFactoryTemplate(String name)
          Lookup a particular ManagedThreadFactory template from the list.
abstract  ManagedThreadFactoryTemplateMBean PartitionMBean.lookupManagedThreadFactoryTemplate(String name)
          Looks up a particular ManagedThreadFactory template from the list.

 

Methods in weblogic.management.configuration with parameters of type ManagedThreadFactoryTemplateMBean
abstract  void DomainMBean.destroyManagedThreadFactoryTemplate(ManagedThreadFactoryTemplateMBean bean)
          Destroys and removes a ManagedThreadFactory template which with the specified short name.
abstract  void PartitionMBean.destroyManagedThreadFactoryTemplate(ManagedThreadFactoryTemplateMBean bean)
          Destroys and removes a ManagedThreadFactory template with the specified short name.

 


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