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

Part Number E41849-02

weblogic.coherence.descriptor.wl
Interface CoherenceClusterWellKnownAddressesBean

All Superinterfaces:
SettableBean

public interface CoherenceClusterWellKnownAddressesBean
extends SettableBean

A unique name that identifies all the well known addresses for a Coherence cluster.

Access limited to the following security roles:
Deployer

Method Summary
 CoherenceClusterWellKnownAddressBean createCoherenceClusterWellKnownAddress(String name)
          Creates a new CoherenceWellKnownAddress bean representing the specified well known address and adds it to the list of currently existing beans.
 void destroyCoherenceClusterWellKnownAddress(CoherenceClusterWellKnownAddressBean bean)
          Destroys the bean representing the specified well known address and removes it from the list of currently existing beans.
 CoherenceClusterWellKnownAddressBean[] getCoherenceClusterWellKnownAddresses()
          An array of CoherenceWellKnownAddress beans, each of which represents a well known address.
 CoherenceClusterWellKnownAddressBean lookupCoherenceClusterWellKnownAddress(String name)
          The bean representing the specified well known address.
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getCoherenceClusterWellKnownAddresses

CoherenceClusterWellKnownAddressBean[] getCoherenceClusterWellKnownAddresses()
An array of CoherenceWellKnownAddress beans, each of which represents a well known address.


createCoherenceClusterWellKnownAddress

CoherenceClusterWellKnownAddressBean createCoherenceClusterWellKnownAddress(String name)
Creates a new CoherenceWellKnownAddress bean representing the specified well known address and adds it to the list of currently existing beans.


lookupCoherenceClusterWellKnownAddress

CoherenceClusterWellKnownAddressBean lookupCoherenceClusterWellKnownAddress(String name)
The bean representing the specified well known address.


destroyCoherenceClusterWellKnownAddress

void destroyCoherenceClusterWellKnownAddress(CoherenceClusterWellKnownAddressBean bean)
Destroys the bean representing the specified well known address 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