Skip navigation links

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

B32260-01


oracle.search.admin.ws.client
Class Schedule

java.lang.Object
  extended byoracle.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

Field Summary
protected  java.lang.String[] assignedSources
           
protected  ScheduleStatus currentStatus
           
protected  java.lang.String name
           

 

Constructor Summary
Schedule()
           

 

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

 

Field Detail

currentStatus

protected ScheduleStatus currentStatus

assignedSources

protected java.lang.String[] assignedSources

name

protected java.lang.String name

Constructor Detail

Schedule

public Schedule()

Method Detail

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

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

B32260-01


Copyright © 2006, Oracle. All rights reserved.