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

Part Number E27170-01

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.

Access limited to the following security roles:
Deployer

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

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.


lookupCoherenceAddressProvider

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


destroyCoherenceAddressProvider

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


Copyright 1996, 2013, 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.2)

Part Number E27170-01