public class ClusterSyncNetwork
extends java.lang.Object
| Constructor and Description |
|---|
ClusterSyncNetwork(ClusterSyncNetwork src)
Copy constructor
|
ClusterSyncNetwork(java.net.InetAddress subnetAddress,
java.net.InetAddress subnetMask)
Create cluster sync network object
|
| Modifier and Type | Method and Description |
|---|---|
java.net.InetAddress |
getSubnetAddress() |
java.net.InetAddress |
getSubnetMask() |
void |
setSubnetAddress(java.net.InetAddress subnetAddress) |
void |
setSubnetMask(java.net.InetAddress subnetMask) |
public ClusterSyncNetwork(java.net.InetAddress subnetAddress,
java.net.InetAddress subnetMask)
subnetAddress - Subnet addresssubnetMask - Subnet maskpublic ClusterSyncNetwork(ClusterSyncNetwork src)
src - source objectpublic java.net.InetAddress getSubnetAddress()
public java.net.InetAddress getSubnetMask()
public void setSubnetAddress(java.net.InetAddress subnetAddress)
subnetAddress - the subnetAddress to setpublic void setSubnetMask(java.net.InetAddress subnetMask)
subnetMask - the subnetMask to setCopyright © 2014. All Rights Reserved.