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

Packages that use ForeignJNDIProviderMBean
weblogic.management.configuration   

 

Uses of ForeignJNDIProviderMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return ForeignJNDIProviderMBean
abstract  ForeignJNDIProviderMBean DomainMBean.createForeignJNDIProvider(String name)
          Create a new diagnostic deployment that can be targeted to a server
abstract  ForeignJNDIProviderMBean ResourceGroupTemplateMBean.createForeignJNDIProvider(String name)
          Create a new ForeignJNDIProvider with the specified name
abstract  ForeignJNDIProviderMBean[] DomainMBean.getForeignJNDIProviders()
          Get all the defined Foreign JNDI Providers
abstract  ForeignJNDIProviderMBean[] ResourceGroupTemplateMBean.getForeignJNDIProviders()
          The Foreign JNDI Providers defined for this resource group template.
abstract  ForeignJNDIProviderMBean DomainMBean.lookupForeignJNDIProvider(String name)
          Find a ForeignJNDIProvider resource with the given name
abstract  ForeignJNDIProviderMBean ResourceGroupTemplateMBean.lookupForeignJNDIProvider(String name)
          Find a ForeignJNDIProvider resource with the given name

 

Methods in weblogic.management.configuration with parameters of type ForeignJNDIProviderMBean
abstract  void DomainMBean.destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
          Delete a diagnostic deployment configuration from the domain.
abstract  void ResourceGroupTemplateMBean.destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
          Delete a ForeignJNDIProvider from the resource group template.

 


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