@DefaultSchedule(strategy=CRON_DRIVEN, period="0 0 0 1/1 * ?") public class DummyScheduledReportingTask extends AbstractReportingTask
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor |
TEST_WITH_DEFAULT_VALUE |
static PropertyDescriptor |
TEST_WITHOUT_DEFAULT_VALUE |
| Constructor and Description |
|---|
DummyScheduledReportingTask() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PropertyDescriptor> |
getSupportedPropertyDescriptors()
Allows subclasses to register which property descriptor objects are
supported.
|
void |
onTrigger(ReportingContext context)
This method is called on a scheduled interval to allow the Reporting Task
to perform its tasks.
|
getControllerServiceLookup, getIdentifier, getLogger, getName, getSchedulingPeriod, init, initializecustomValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validatepublic static final PropertyDescriptor TEST_WITH_DEFAULT_VALUE
public static final PropertyDescriptor TEST_WITHOUT_DEFAULT_VALUE
protected java.util.List<PropertyDescriptor> getSupportedPropertyDescriptors()
AbstractConfigurableComponentgetSupportedPropertyDescriptors in class AbstractConfigurableComponentpublic void onTrigger(ReportingContext context)
ReportingTaskcontext - reporting context