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

Part Number E41849-02

weblogic.coherence.descriptor.wl
Interface CoherenceClusterWellKnownAddressBean

All Superinterfaces:
SettableBean

public interface CoherenceClusterWellKnownAddressBean
extends SettableBean

A unique name that identifies a well known address of a Coherence cluster member. Other members can use this address to enroll into the cluster.

Access limited to the following security roles:
Deployer

Method Summary
 String getListenAddress()
          The IP address.
 int getListenPort()
          The listen port.
 String getName()
          A unique name that identifies this well known address of a Coherence cluster member.
 void setListenAddress(String ipAddress)
          Sets the IP address.
 void setListenPort(int port)
          Sets the port.
 void setName(String name)
           
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getName

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


setName

void setName(String name)

getListenAddress

String getListenAddress()

The IP address.


setListenAddress

void setListenAddress(String ipAddress)

Sets the IP address.


getListenPort

int getListenPort()

The listen port.


setListenPort

void setListenPort(int port)

Sets the port.

Maximum Value:
65535
Minimum Value:
1

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