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

Part Number E41849-02

Uses of Interface
weblogic.coherence.descriptor.wl.CoherenceAddressProviderBean

Packages that use CoherenceAddressProviderBean
weblogic.coherence.descriptor.wl Provides interfaces for weblogic.coherence.descriptor.wl
 

Uses of CoherenceAddressProviderBean in weblogic.coherence.descriptor.wl
 

Methods in weblogic.coherence.descriptor.wl that return CoherenceAddressProviderBean
 CoherenceAddressProviderBean CoherenceAddressProvidersBean.createCoherenceAddressProvider(String name)
          Creates a new CoherenceAddressProvider bean representing the specified address provider and adds it to the list of currently existing beans.
 CoherenceAddressProviderBean[] CoherenceAddressProvidersBean.getCoherenceAddressProviders()
          An array of CoherenceAddressProvider beans, each of which represents an address provider.
 CoherenceAddressProviderBean CoherenceAddressProvidersBean.lookupCoherenceAddressProvider(String name)
          The bean representing the specified address provider.
 

Methods in weblogic.coherence.descriptor.wl with parameters of type CoherenceAddressProviderBean
 void CoherenceAddressProvidersBean.destroyCoherenceAddressProvider(CoherenceAddressProviderBean bean)
          Destroys the bean representing the specified address provider and removes it from the list of currently existing beans.
 


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