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

Part Number E27170-02

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

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

Uses of CoherenceClusterWellKnownAddressBean in weblogic.coherence.descriptor.wl
 

Methods in weblogic.coherence.descriptor.wl that return CoherenceClusterWellKnownAddressBean
 CoherenceClusterWellKnownAddressBean CoherenceClusterWellKnownAddressesBean.createCoherenceClusterWellKnownAddress(String name)
          Creates a new CoherenceWellKnownAddress bean representing the specified well known address and adds it to the list of currently existing beans.
 CoherenceClusterWellKnownAddressBean[] CoherenceClusterWellKnownAddressesBean.getCoherenceClusterWellKnownAddresses()
          An array of CoherenceWellKnownAddress beans, each of which represents a well known address.
 CoherenceClusterWellKnownAddressBean CoherenceClusterWellKnownAddressesBean.lookupCoherenceClusterWellKnownAddress(String name)
          The bean representing the specified well known address.
 

Methods in weblogic.coherence.descriptor.wl with parameters of type CoherenceClusterWellKnownAddressBean
 void CoherenceClusterWellKnownAddressesBean.destroyCoherenceClusterWellKnownAddress(CoherenceClusterWellKnownAddressBean bean)
          Destroys the bean representing the specified well known address 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-02