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(java.net.InetAddress subnetAddress, java.net.InetAddress subnetMask)
          Create cluster sync network object
 
Method Summary
 java.net.InetAddress getSubnetAddress()
           
 java.net.InetAddress getSubnetMask()
           
 
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
Method Detail

getSubnetAddress

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

getSubnetMask

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


Copyright © 2011. All Rights Reserved.