SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.service.taskqueue.ITask

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.