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


weblogic.coherence.descriptor.wl
Interface CoherenceAddressProvidersBean

All Superinterfaces:
SettableBean

public interface CoherenceAddressProvidersBean
extends SettableBean

A unique name that identifies all the address providers for a Coherence cluster.


Method Summary
abstract  CoherenceAddressProviderBean createCoherenceAddressProvider(String name)
          Creates a new CoherenceAddressProvider bean representing the specified address provider and adds it to the list of currently existing beans.
abstract  void destroyCoherenceAddressProvider(CoherenceAddressProviderBean bean)
          Destroys the bean representing the specified address provider and removes it from the list of currently existing beans.
abstract  CoherenceAddressProviderBean[] getCoherenceAddressProviders()
          An array of CoherenceAddressProvider beans, each of which represents an address provider.
abstract  CoherenceAddressProviderBean lookupCoherenceAddressProvider(String name)
          The bean representing the specified address provider.

 

Method Detail

getCoherenceAddressProviders

CoherenceAddressProviderBean[] getCoherenceAddressProviders()
An array of CoherenceAddressProvider beans, each of which represents an address provider.

createCoherenceAddressProvider

CoherenceAddressProviderBean createCoherenceAddressProvider(String name)
Creates a new CoherenceAddressProvider bean representing the specified address provider and adds it to the list of currently existing beans.
Parameters:
name -

lookupCoherenceAddressProvider

CoherenceAddressProviderBean lookupCoherenceAddressProvider(String name)
The bean representing the specified address provider.
Parameters:
name -

destroyCoherenceAddressProvider

void destroyCoherenceAddressProvider(CoherenceAddressProviderBean bean)
Destroys the bean representing the specified address provider and removes it from the list of currently existing beans.
Parameters:
bean -

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