|
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.Schedule
Represents a crawler schedule. The information for a schedule includes the name, a list of names of assigned sources, and the current status.
ScheduleStatus
, Serialized FormConstructor Summary | |
Schedule() |
Method Summary | |
String[] |
getAssignedSources() Returns an array of the names of the sources assigned to this crawler schedule. |
ScheduleStatus |
getCurrentStatus() Returns the current status of this schedule. |
String |
getName() Returns the name of this schedule. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Schedule()
Method Detail |
public ScheduleStatus getCurrentStatus()
public String[] getAssignedSources()
public String getName()
|
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 |