org.apache.archiva.scheduler
Interface ArchivaTaskScheduler<T extends org.apache.archiva.redback.components.taskqueue.Task>

All Known Subinterfaces:
RepositoryArchivaTaskScheduler
All Known Implementing Classes:
DefaultRepositoryArchivaTaskScheduler, IndexingArchivaTaskScheduler

public interface ArchivaTaskScheduler<T extends org.apache.archiva.redback.components.taskqueue.Task>

The component that takes care of scheduling in the application.


Method Summary
 void queueTask(T task)
          Adds the task to the scanning queue.
 

Method Detail

queueTask

void queueTask(T task)
               throws org.apache.archiva.redback.components.taskqueue.TaskQueueException
Adds the task to the scanning queue.

Parameters:
task -
Throws:
org.apache.archiva.redback.components.taskqueue.TaskQueueException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.