|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.schedule.Scheduler.CustomActionDefinition
public static class Scheduler.CustomActionDefinition
This class stores information about a custom action. Each custom action registered in the i-net Scheduler is available for all tasks. So a custom action will have a unique name within the
scheduler which does not need to be the class name.
The information this class holds are the following:
ScheduleAction
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
This will return the name of the custom action class. |
java.lang.String |
getName()
This will return the name of this custom action definition. |
java.lang.String |
getPath()
Returns the path where the custom action class should be found. |
void |
setClassAndPath(java.lang.String className,
java.lang.String path)
This method will set the name of the custom action which should be represented by this custom action definition and the path where this custom action class should be found. |
void |
setName(java.lang.String name)
Sets the name for the custom action which is represented by this custom action definition. |
| Method Detail |
|---|
public java.lang.String getClassName()
public void setClassAndPath(java.lang.String className,
java.lang.String path)
throws ScheduleException
className - The name of the custom action classpath - The path of the jar file where the class can be found
or empty if you're sure that the class in classpath when the scheduler is started.
ScheduleException - ScheduleAction. (SE0016)public java.lang.String getName()
public void setName(java.lang.String name)
throws ScheduleException
name - A unique name for the custom action. (Can also be the class name if you like it)
ScheduleException - public java.lang.String getPath()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||