@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, initialize
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
public static final PropertyDescriptor TEST_WITH_DEFAULT_VALUE
public static final PropertyDescriptor TEST_WITHOUT_DEFAULT_VALUE
protected java.util.List<PropertyDescriptor> getSupportedPropertyDescriptors()
AbstractConfigurableComponent
getSupportedPropertyDescriptors
in class AbstractConfigurableComponent
public void onTrigger(ReportingContext context)
ReportingTask
context
- reporting context