com.eurotech.framework.net.admin.monitor
Class InterfaceState

java.lang.Object
  extended by com.eurotech.framework.net.admin.monitor.InterfaceState

public class InterfaceState
extends Object


Constructor Summary
InterfaceState(String interfaceName)
           
InterfaceState(String interfaceName, boolean up, boolean link, IPAddress ipAddress)
           
 
Method Summary
 boolean equals(Object obj)
           
 IPAddress getIpAddress()
           
 String getName()
           
 int hashCode()
           
 boolean isLinkUp()
           
 boolean isUp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterfaceState

public InterfaceState(String interfaceName,
                      boolean up,
                      boolean link,
                      IPAddress ipAddress)

InterfaceState

public InterfaceState(String interfaceName)
               throws EsfException
Throws:
EsfException
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getName

public String getName()

isUp

public boolean isUp()

isLinkUp

public boolean isLinkUp()

getIpAddress

public IPAddress getIpAddress()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.