|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITask | |
| com.sapportals.wcm.service.indexmanagement | Provides a service for managing indexes. |
| com.sapportals.wcm.service.taskqueue | Provides interfaces to write or read tasks in
a platform-wide queue and to monitor their status. |
| Uses of ITask in com.sapportals.wcm.service.indexmanagement |
| Methods in com.sapportals.wcm.service.indexmanagement with parameters of type ITask | |
void |
ITaskQueueHandler.executeTask(ITask task)
Runs an index management task of the task queue service. |
| Uses of ITask in com.sapportals.wcm.service.taskqueue |
| Methods in com.sapportals.wcm.service.taskqueue that return ITask | |
ITask |
ITaskQueueReader.get()
Removes the task at the top of the task queue and returns it. |
ITask |
ITaskQueueReader.get(long timeout)
Removes the task at the top of the task queue and returns it. |
ITask |
ITaskQueueReader.top()
Returns the top elemet of the task queue. |
ITask |
ITaskQueueService.monitorTask(java.lang.String id)
Returns a task with id id |
ITask |
ITaskQueue.add(ITask task)
Adds an entry to the end of the queue. |
ITask |
ITaskQueue.get()
Removes and returns a task from the head of the queue. |
ITask |
ITaskQueue.top()
Returns a task from the head of the queue. |
ITask |
ITaskQueueWriter.add(ITask task)
Adds an entry to the end of the queue. |
ITask |
ITaskQueueWriter.createTask()
Factory method to create task objects. |
ITask |
ITaskQueueWriter.createTask(java.util.Properties properties)
Factory method to create task objects. |
ITask |
ITaskQueueWriter.createTask(java.util.Properties properties,
java.lang.String description)
Factory method to create task objects. |
ITask |
ITaskQueueWriter.createTask(java.util.Properties properties,
java.lang.String description,
int priority)
Factory method to create task objects. |
ITask |
ITaskQueueIterator.next()
Returns the next entry. |
| Methods in com.sapportals.wcm.service.taskqueue with parameters of type ITask | |
void |
ITaskQueueReader.setState(ITask task,
TaskState state)
Sets the task's state to a new state . |
boolean |
ITaskQueueService.removeTask(ITask task)
Removes a task that is queued by this service. |
ITask |
ITaskQueue.add(ITask task)
Adds an entry to the end of the queue. |
boolean |
ITaskQueue.removeTask(ITask task)
Removes a task that is queued by this service. |
ITask |
ITaskQueueWriter.add(ITask task)
Adds an entry to the end of the queue. |
void |
ITaskQueueWriter.setState(ITask task,
TaskState state)
Sets the task's state to a new state . |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||