public interface CoherenceClusterWellKnownAddressBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
| String | getListenAddress()The IP address. | 
| int | getListenPort()Deprecated. 
 12.2.1.0.0 Well known address does not need port any more | 
| 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)Deprecated. 
 12.2.1.0.0 Well known address does not need port any more | 
| void | setName(String name) | 
String getName()
void setName(String name)
String getListenAddress()
The IP address.
void setListenAddress(String ipAddress)
Sets the IP address.
int getListenPort()
The listen port.
void setListenPort(int port)
Sets the port.