ccc.api.core
Interface Scheduler

All Known Subinterfaces:
Actions, SearchEngine
All Known Implementing Classes:
ActionsEJB, ActionsImpl, SearchEngineEJB, SearchImpl

public interface Scheduler

API for a scheduler.

Author:
Civic Computing Ltd.

Method Summary
 boolean isRunning()
          Query whether the scheduler is running.
 void start()
          Start the scheduler running.
 void stop()
          Stop the scheduler running.
 

Method Detail

start

void start()
Start the scheduler running.


stop

void stop()
Stop the scheduler running.


isRunning

boolean isRunning()
Query whether the scheduler is running.

Returns:
True if the scheduler is running; false otherwise.


Copyright © 2010. All Rights Reserved.