|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Basic configuration required by all tasks
Method Summary | |
FunctionalInterface |
getSchedulableComponent()
SchedulableComponent is the name of the component that will be called by this task. |
String |
getScheduledMethod()
The scheduled method can be used to execute any no-argument method on any type of carbon component. |
void |
setSchedulableComponent(FunctionalInterface component)
SchedulableComponent is the name of the component that will be called by this task. |
void |
setScheduledMethod(String scheduledMethod)
Sets the name of the component method to execute. |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public FunctionalInterface getSchedulableComponent()
public void setSchedulableComponent(FunctionalInterface component)
component
- component that is called by this taskpublic String getScheduledMethod()
public void setScheduledMethod(String scheduledMethod)
scheduledMethod
- the name of the method to schedule.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |