|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExtParameterGenerator
ExtParameterGenerator. Instances of classes that implement this interface are used to get report parameters. These instances are used to work out parameter values and provide the values to the server for running reports at the scheduled runing time.
| Method Summary | |
|---|---|
void |
close()
Releases the resources of the generator. |
java.lang.Object |
getParameterValue(java.lang.String pmName)
Gets the value or values of a specified parameter. |
void |
initByReportContext(ServerInfo srvInfo)
Initializes the generator by report context. |
| Method Detail |
|---|
void initByReportContext(ServerInfo srvInfo)
srvInfo - the ServerInfo>, which provides some methods for
getting information of the server and task. e.g. task ID, task
class, next run time, schedule type...sjava.lang.Object getParameterValue(java.lang.String pmName)
pmName - the parameter name.
void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||