org.apache.sirona.collector.server
Class AgentNode

java.lang.Object
  extended by org.apache.sirona.collector.server.AgentNode

public class AgentNode
extends Object


Field Summary
static int DEAD_COUNT
           
 
Constructor Summary
AgentNode(String url)
           
 
Method Summary
 boolean equals(Object o)
           
 URL getUrl()
           
 int hashCode()
           
 boolean isDead()
           
 void ko()
           
 void ok()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEAD_COUNT

public static final int DEAD_COUNT
See Also:
Constant Field Values
Constructor Detail

AgentNode

public AgentNode(String url)
          throws MalformedURLException
Throws:
MalformedURLException
Method Detail

getUrl

public URL getUrl()

ok

public void ok()

ko

public void ko()

isDead

public boolean isDead()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.