|
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.DynamicPropertiesDefinition
public class Scheduler.DynamicPropertiesDefinition
This class stores the information about your instances of DynamicProperties
classes which can be used in the i-net Scheduler. The information needed for
such an instance are the name of the class which should be used and the path which
should be added to the class path to find this class.
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Returns the class name of the DynamicProperties implementation which is represented by this definition. |
java.lang.String |
getPath()
Returns the path where the instance of DynamicProperties class should be found. |
void |
initClass(java.lang.String className)
This method will set the name of the DynamicProperties class which should be represented by this dynamic properties definition and the path where this class should be found. |
void |
setClassAndPath(java.lang.String className,
java.lang.String path)
This method will set the name of the DynamicProperties class which should be represented by this dynamic properties definition and the path where this class should be found. |
| Method Detail |
|---|
public java.lang.String getPath()
DynamicProperties class should be found.
Usually this will point to a jar file which will be added to the class path automatically to find
DynamicProperties class. This path can also be empty or null if you're sure that the
custom action class is in class path when the i-net Scheduler is started.
public java.lang.String getClassName()
DynamicProperties.
public void setClassAndPath(java.lang.String className,
java.lang.String path)
throws ScheduleException
className - The name of the DynamicProperties 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 - DynamicProperties. (SE0022)
public void initClass(java.lang.String className)
throws ScheduleException
className - The name of the DynamicProperties class
empty if you're sure that the class in classpath when the scheduler is started.
ScheduleException - DynamicProperties. (SE0022)
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||