Skip navigation links
oracle.search.admin.ws.client
Class Schedule
java.lang.Object
oracle.search.admin.ws.client.Schedule
- All Implemented Interfaces:
- java.io.Serializable
- public class Schedule
- extends java.lang.Object
- implements java.io.Serializable
Represents a crawler schedule. The information for a schedule includes the name, a list of names of assigned sources, and the current status.
- See Also:
ScheduleStatus
, Serialized Form
Method Summary |
java.lang.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. |
java.lang.String |
getName()
Returns the name of this schedule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentStatus
protected ScheduleStatus currentStatus
assignedSources
protected java.lang.String[] assignedSources
name
protected java.lang.String name
Schedule
public Schedule()
getCurrentStatus
public ScheduleStatus getCurrentStatus()
- Returns the current status of this schedule.
-
- Returns:
- the current status
getAssignedSources
public java.lang.String[] getAssignedSources()
- Returns an array of the names of the sources assigned to this crawler schedule.
-
- Returns:
- array of source names assigned to this schedule
getName
public java.lang.String getName()
- Returns the name of this schedule.
-
- Returns:
- the schedule name
Skip navigation links
Copyright © 2006, Oracle. All rights reserved.