Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


oracle.search.admin.ws.client
Class ScheduleStatus

java.lang.Object
  extended byoracle.search.admin.ws.client.ScheduleStatus

All Implemented Interfaces:
Serializable

public class ScheduleStatus
extends Object
implements Serializable

Represents the current status of a crawler schedule.

See Also:
SearchAdminClient, Serialized Form

Constructor Summary
ScheduleStatus()
           

 

Method Summary
 String getErrorLog()
          Returns the contents of the error log for the crawler.
 Calendar getLastCrawled()
          Returns the date and time of the last crawl.
 Calendar getNextCrawl()
          Returns the date and time of the next scheduled crawl.
 String getStatus()
          Returns the crawler status.
 String getTranslatedStatus()
          Returns the crawler status, translated according to the value of the locale parameter provided to the Web service operation.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ScheduleStatus

public ScheduleStatus()

Method Detail

getNextCrawl

public Calendar getNextCrawl()
Returns the date and time of the next scheduled crawl.
Returns:
the date and time of the next schedule crawl

getStatus

public String getStatus()
Returns the crawler status.
Returns:
the crawler status. The return value can be one of the following values:
SCHEDULED, LAUNCHING, EXECUTING, FAILED, DISABLED, STOPPING, STOPPED, INDEXING PENDING.
The invoker of this method should treat these values in a case insensitive manner, and it should also gracefully handle values not in this list.

getLastCrawled

public Calendar getLastCrawled()
Returns the date and time of the last crawl.
Returns:
the date and time of the last crawl

getTranslatedStatus

public String getTranslatedStatus()
Returns the crawler status, translated according to the value of the locale parameter provided to the Web service operation.
Returns:
the translated crawler status
See Also:
SearchAdminClient.getSchedules, SearchAdminClient.getScheduleStatus

getErrorLog

public String getErrorLog()
Returns the contents of the error log for the crawler.
Returns:
the error log string

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Copyright © 2006, 2007, Oracle. All rights reserved.