|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Processes work units received through the request handler.
| Method Summary | |
int |
activateWorkUnit(java.sql.Statement stmt,
WorkUnit workUnit)
Activates the specified work unit for the requested client. |
java.lang.String |
getParameters(WorkUnit workUnit)
Returns the parameters which are associated with the specified work unit; are separated by the character ',' |
| Methods inherited from interface zeta.processor.TaskProcessor |
getWorkUnit, init |
| Method Detail |
public java.lang.String getParameters(WorkUnit workUnit)
workUnit - work unit
public int activateWorkUnit(java.sql.Statement stmt,
WorkUnit workUnit)
throws javax.servlet.ServletException,
java.sql.SQLException
stmt - statement object's databaseworkUnit - work unit
java.sql.SQLException - if a database access error occurs.
javax.servlet.ServletException
|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||