|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use ScheduleAction | |
|---|---|
| com.inet.report.schedule | Provides all classes and interfaces for the i-net Scheduler. |
| Uses of ScheduleAction in com.inet.report.schedule |
|---|
| Subclasses of ScheduleAction in com.inet.report.schedule | |
|---|---|
class |
CacheAction
This action will leave the rendered reports in the cache of i-net Clear Reports. |
class |
EmailAction
This class sends an e-mail if the execution of a task has been finished and it was registered as an action for this task. |
class |
ErrorAction
This class is an action class representing an action class which could not be loaded at startup of the i-net Scheduler. |
class |
FileAction
This action will render the reports and save them to a given directory. |
class |
FtpAction
The FtpAction is an enhancement of the FileAction
which allows the generated reports to be stored on a FTP server instead of
saving them to a local path of the server. |
class |
PrintAction
A ScheduleAction for printing the generated
reports of a task to a printer. |
| Methods in com.inet.report.schedule that return ScheduleAction | |
|---|---|
ScheduleAction |
ScheduleTask.getAction(int index)
Returns the ScheduleAction associated with the specified index. |
ScheduleAction |
ScheduleTask.getAction(java.lang.String className)
Returns the ScheduleAction with the specified class name. |
ScheduleAction |
ScheduleTask.removeAction(int idx)
Removes the ScheduleAction with the specified index from this task. |
ScheduleAction |
ScheduleTask.removeAction(ScheduleAction action)
Removes the specified ScheduleAction from this task. |
| Methods in com.inet.report.schedule with parameters of type ScheduleAction | |
|---|---|
void |
ScheduleTask.addAction(ScheduleAction action)
Adds this action to the task. |
ScheduleAction |
ScheduleTask.removeAction(ScheduleAction action)
Removes the specified ScheduleAction from this task. |
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||