|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptController
This is the script controller interface. This is the entry point for scripts running tasks.
| Method Summary | |
|---|---|
void |
beginTransaction()
Begins a transaction on the named database |
void |
commitTransaction()
Ends a transaction on the named database |
void |
logInfo(java.lang.String info)
|
void |
setRequest(javax.servlet.http.HttpServletRequest request)
A method to get the request for this script |
| Method Detail |
|---|
void logInfo(java.lang.String info)
void beginTransaction()
throws SystemException
SystemException
void commitTransaction()
throws SystemException
SystemExceptionvoid setRequest(javax.servlet.http.HttpServletRequest request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||