org.netxms.client.objects
Class ClusterSyncNetwork

java.lang.Object
  extended by org.netxms.client.objects.ClusterSyncNetwork

public class ClusterSyncNetwork
extends java.lang.Object

Cluster sync network


Constructor Summary
ClusterSyncNetwork(ClusterSyncNetwork src)
          Copy constructor
ClusterSyncNetwork(java.net.InetAddress subnetAddress, java.net.InetAddress subnetMask)
          Create cluster sync network object
 
Method Summary
 java.net.InetAddress getSubnetAddress()
           
 java.net.InetAddress getSubnetMask()
           
 void setSubnetAddress(java.net.InetAddress subnetAddress)
           
 void setSubnetMask(java.net.InetAddress subnetMask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterSyncNetwork

public ClusterSyncNetwork(java.net.InetAddress subnetAddress,
                          java.net.InetAddress subnetMask)
Create cluster sync network object

Parameters:
subnetAddress - Subnet address
subnetMask - Subnet mask

ClusterSyncNetwork

public ClusterSyncNetwork(ClusterSyncNetwork src)
Copy constructor

Parameters:
src - source object
Method Detail

getSubnetAddress

public java.net.InetAddress getSubnetAddress()
Returns:
the subnetAddress

getSubnetMask

public java.net.InetAddress getSubnetMask()
Returns:
the subnetMask

setSubnetAddress

public void setSubnetAddress(java.net.InetAddress subnetAddress)
Parameters:
subnetAddress - the subnetAddress to set

setSubnetMask

public void setSubnetMask(java.net.InetAddress subnetMask)
Parameters:
subnetMask - the subnetMask to set


Copyright © 2012. All Rights Reserved.