|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISchedulerEntry | |
| com.sapportals.wcm.service.crawler | Provides a service that crawls repositories to obtain references to resources. |
| com.sapportals.wcm.service.scheduler | Provides a service that controls the execution of tasks. |
| Uses of ISchedulerEntry in com.sapportals.wcm.service.crawler |
| Methods in com.sapportals.wcm.service.crawler that return ISchedulerEntry | |
ISchedulerEntry |
IScheduledCrawler.getSchedulerEntry()
Deprecated. Get the scheduler's entry for this scheduled crawler. |
| Uses of ISchedulerEntry in com.sapportals.wcm.service.scheduler |
| Methods in com.sapportals.wcm.service.scheduler that return ISchedulerEntry | |
ISchedulerEntry |
ISequence.add(ISchedulerEntry entry)
Appends a scheduler entry to the end of the sequence. |
ISchedulerEntry |
ISequence.add(int index,
ISchedulerEntry entry)
Inserts a scheduler entry to the sequence at position index.
|
ISchedulerEntry[] |
ISequence.toArray()
Converts the entries of this sequence to an array in the proper order. |
ISchedulerEntry |
ISequence.get(int index)
Returns the entry at the specified position in this sequence. |
ISchedulerEntry |
ISchedulerEntryFactory.createSchedulerEntry(java.lang.String entryID,
int priority,
ISchedulerTask task,
ISchedulerTimeTable timetable,
java.util.Properties properties)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryFactory.createSchedulerEntry(java.lang.String entryID,
int priority,
ISchedulerTask task,
ISchedulerTimeTable timetable,
ISystemList systemList,
java.util.Properties properties)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryFactory.createSchedulerEntry(java.lang.String entryID,
int priority,
ISchedulerTask task,
ISchedulerTimeTable timetable,
ISystemList systemList,
java.util.Properties properties,
boolean save)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryFactory.createSchedulerEntry(java.util.Properties properties)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryListIterator.next()
Deprecated. |
ISchedulerEntry |
ISchedulerEntryListIterator.previous()
Deprecated. |
ISchedulerEntry |
ISchedulerEntryList.get(int index)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryList.set(int index,
ISchedulerEntry entry)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryList.remove(int index)
Deprecated. |
ISchedulerEntry |
ISchedulerService.createSchedulerEntry(java.lang.String entryID,
int priority,
ISchedulerTask task,
ISchedulerTimeTable timetable,
java.util.Properties properties)
Register an ISchedulerTask to the scheduler as a new ISchedulerEntry.
|
ISchedulerEntry |
ISchedulerService.createSchedulerEntry(java.lang.String entryID,
int priority,
ISchedulerTask task,
ISchedulerTimeTable timetable,
ISystemList systemList,
java.util.Properties properties)
Register an ISchedulerTask to the scheduler as a new
ISchedulerEntry. |
ISchedulerEntry |
ISchedulerService.getSchedulerEntry(java.lang.String entryID)
Get an ISchedulerEntry by ID. |
ISchedulerEntry |
ISchedulerService.deleteSchedulerEntry(ISchedulerEntry entry)
Deregister an ISchedulerEntry from the scheduler. |
ISchedulerEntry |
ISchedulerService.suspendSchedulerEntryTask(ISchedulerEntry entry)
Suspend an ISchedulerEntry (inactivate it). |
ISchedulerEntry |
ISchedulerService.resumeSchedulerEntryTask(ISchedulerEntry entry)
Resume an ISchedulerEntry (activate it from suspended). |
ISchedulerEntry[] |
ISchedulerService.getLocalSchedulerEntries()
Returns all scheduler entries to be performed on system.
|
ISchedulerEntry[] |
ISchedulerService.getSchedulerEntries()
Returns all scheduler entries of the cluster. |
ISchedulerEntry |
ISchedulerService.updateSchedulerEntry(ISchedulerEntry entry)
Deprecated. since EP6.0SP1 |
ISchedulerEntry |
ISchedulerService.addSchedulerEntry(ISchedulerEntry entry)
Deprecated. since EP6.0SP1: new scheduler tasks are already added to the scheduler |
| Methods in com.sapportals.wcm.service.scheduler with parameters of type ISchedulerEntry | |
ISchedulerEntry |
ISequence.add(ISchedulerEntry entry)
Appends a scheduler entry to the end of the sequence. |
ISchedulerEntry |
ISequence.add(int index,
ISchedulerEntry entry)
Inserts a scheduler entry to the sequence at position index.
|
boolean |
ISequence.remove(ISchedulerEntry entry)
Removes an entry from the sequence. |
boolean |
ISequence.contains(ISchedulerEntry entry)
Returns true if this sequence contains the specified entry.
|
java.util.Properties |
ISchedulerEntryFactory.createSchedulerEntryProperties(ISchedulerEntry entry)
Deprecated. |
void |
ISchedulerEntryListIterator.set(ISchedulerEntry entry)
Deprecated. |
void |
ISchedulerEntryListIterator.add(ISchedulerEntry entry)
Deprecated. |
boolean |
ISchedulerEntryList.contains(ISchedulerEntry entry)
Deprecated. |
boolean |
ISchedulerEntryList.add(ISchedulerEntry entry)
Deprecated. |
boolean |
ISchedulerEntryList.remove(ISchedulerEntry entry)
Deprecated. |
ISchedulerEntry |
ISchedulerEntryList.set(int index,
ISchedulerEntry entry)
Deprecated. |
void |
ISchedulerEntryList.add(int index,
ISchedulerEntry entry)
Deprecated. |
void |
ISchedulerEntryList.addLast(ISchedulerEntry entry)
Deprecated. |
int |
ISchedulerEntryList.indexOf(ISchedulerEntry entry)
Deprecated. |
int |
ISchedulerEntryList.lastIndexOf(ISchedulerEntry entry)
Deprecated. |
ISchedulerEntry |
ISchedulerService.deleteSchedulerEntry(ISchedulerEntry entry)
Deregister an ISchedulerEntry from the scheduler. |
ISchedulerEntry |
ISchedulerService.suspendSchedulerEntryTask(ISchedulerEntry entry)
Suspend an ISchedulerEntry (inactivate it). |
ISchedulerEntry |
ISchedulerService.resumeSchedulerEntryTask(ISchedulerEntry entry)
Resume an ISchedulerEntry (activate it from suspended). |
ISequence[] |
ISchedulerService.getSequences(ISchedulerEntry entry)
Returns all sequences that contain the entry or an empty array if
the entry does not belong to a sequence or the entry is not registered on the the scheduler service. |
ISchedulerEntry |
ISchedulerService.updateSchedulerEntry(ISchedulerEntry entry)
Deprecated. since EP6.0SP1 |
ISchedulerEntry |
ISchedulerService.addSchedulerEntry(ISchedulerEntry entry)
Deprecated. since EP6.0SP1: new scheduler tasks are already added to the scheduler |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||