|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-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 FormConstructor 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 |
public ScheduleStatus()
Method Detail |
public Calendar getNextCrawl()
public String getStatus()
SCHEDULED
, LAUNCHING
, EXECUTING
, FAILED
, DISABLED
, STOPPING
, STOPPED
, INDEXING PENDING
.public Calendar getLastCrawled()
public String getTranslatedStatus()
locale
parameter provided to the Web service operation.SearchAdminClient.getSchedules
, SearchAdminClient.getScheduleStatus
public String getErrorLog()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |