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

Part Number E27170-02

weblogic.coherence.descriptor.wl
Interface CoherenceAddressProviderBean

All Superinterfaces:
SettableBean

public interface CoherenceAddressProviderBean
extends SettableBean

A unique name that identifies an address provider for Coherence cluster member.

Access limited to the following security roles:
Deployer

Method Summary
 CoherenceSocketAddressBean createCoherenceSocketAddress(String name)
          Creates a new CoherenceSocketAddress bean representing a host and port and adds it to the list of currently existing beans.
 void destroyCoherenceSocketAddress(CoherenceSocketAddressBean bean)
          Destroys the bean representing the specified address provider and removes it from the list of currently existing beans.
 CoherenceSocketAddressBean[] getCoherenceSocketAddresses()
          An array of CoherenceSocketAddress beans, each of which represents a socket address.
 String getName()
          A unique name that identifies this well known address provider of a Coherence cluster member.
 CoherenceSocketAddressBean lookupCoherenceSocketAddress(String name)
          The bean representing the specified SocketAddress.
 void setName(String name)
          Sets the Name.
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getName

String getName()
A unique name that identifies this well known address provider of a Coherence cluster member.


setName

void setName(String name)

Sets the Name.


getCoherenceSocketAddresses

CoherenceSocketAddressBean[] getCoherenceSocketAddresses()

An array of CoherenceSocketAddress beans, each of which represents a socket address.


createCoherenceSocketAddress

CoherenceSocketAddressBean createCoherenceSocketAddress(String name)
Creates a new CoherenceSocketAddress bean representing a host and port and adds it to the list of currently existing beans.


lookupCoherenceSocketAddress

CoherenceSocketAddressBean lookupCoherenceSocketAddress(String name)
The bean representing the specified SocketAddress.


destroyCoherenceSocketAddress

void destroyCoherenceSocketAddress(CoherenceSocketAddressBean 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-02