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 CoherenceAddressProviderBean

All Superinterfaces:
SettableBean

public interface CoherenceAddressProviderBean
extends SettableBean

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


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

 

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.

Parameters:
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.
Parameters:
name -

lookupCoherenceSocketAddress

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

destroyCoherenceSocketAddress

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