public class PeriodicScheduler extends AbstractScheduler implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
appLogger| Constructor and Description |
|---|
PeriodicScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyData(Data data)
Method called by collectors when they collect new Data.
|
void |
run() |
void |
start()
Method called when component iPOJO is starting.
|
void |
stop()
Method called when stopping the component.
|
fireEvent, getData, getSourcesIds, init, process, setConnectedSchedulerpublic void stop()
public void start()
public void notifyData(Data data)
notifyData in interface ISchedulernotifyData in class AbstractSchedulerdata - notified data.Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.