|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.admin.ws.client.ScheduleStatus
Represents the current status of a crawler schedule.
SearchAdminClient
, Serialized FormField 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 |
protected java.util.Calendar nextCrawl
protected java.lang.String status
protected java.util.Calendar lastCrawled
protected java.lang.String translatedStatus
protected java.lang.String errorLog
Constructor Detail |
public ScheduleStatus()
Method Detail |
public java.util.Calendar getNextCrawl()
public java.lang.String getStatus()
public java.util.Calendar getLastCrawled()
public java.lang.String getTranslatedStatus()
locale
parameter provided to the Web service operation.SearchAdminClient.getSchedules
, SearchAdminClient.getScheduleStatus
public java.lang.String getErrorLog()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |