com.endeca.itl.cas.api
Class Status

java.lang.Object
  extended by com.endeca.itl.cas.api.Status

public class Status
extends Object

Status stores the state of the crawler, using the crawler state enumeration.


Constructor Summary
Status()
           
Status(CrawlerState state)
           
 
Method Summary
 boolean equals(Object other)
           
 CrawlerState getState()
           
 int hashCode()
           
 void setState(CrawlerState value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Status

public Status()

Status

public Status(CrawlerState state)
Method Detail

getState

public CrawlerState getState()

setState

public void setState(CrawlerState value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.