|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterGenerator
ParameterGenerator. 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 running time.
| Method Summary | |
|---|---|
void |
close()
Releases the resources of the generator. |
java.lang.String |
getParameterValue(java.lang.String pmName)
Gets the value 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 tasks. e.g. task ID, task
class, next run time, schedule type...java.lang.String 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 | ||||||||