Skip navigation links

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

B32260-01


oracle.search.admin.ws.client
Class ScheduleStatus

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

All Implemented Interfaces:
java.io.Serializable

public class ScheduleStatus
extends java.lang.Object
implements java.io.Serializable

Represents the current status of a crawler schedule.

See Also:
SearchAdminClient, Serialized Form

Field Summary
protected  java.lang.String errorLog
           
protected  java.util.Calendar lastCrawled
           
protected  java.util.Calendar nextCrawl
           
protected  java.lang.String status
           
protected  java.lang.String translatedStatus
           

 

Constructor Summary
ScheduleStatus()
           

 

Method Summary
 java.lang.String getErrorLog()
          Returns the contents of the error log for the crawler.
 java.util.Calendar getLastCrawled()
          Returns the date and time of the last crawl
 java.util.Calendar getNextCrawl()
          Returns the date and time of the next scheduled crawl.
 java.lang.String getStatus()
          Returns the crawler status.
 java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

nextCrawl

protected java.util.Calendar nextCrawl

status

protected java.lang.String status

lastCrawled

protected java.util.Calendar lastCrawled

translatedStatus

protected java.lang.String translatedStatus

errorLog

protected java.lang.String errorLog

Constructor Detail

ScheduleStatus

public ScheduleStatus()

Method Detail

getNextCrawl

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

getStatus

public java.lang.String getStatus()
Returns the crawler status.
Returns:
the crawler status

getLastCrawled

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

getTranslatedStatus

public java.lang.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 java.lang.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)

B32260-01


Copyright © 2006, Oracle. All rights reserved.