org.infoglue.cms.applications.tasktool.actions
Interface ScriptController

All Known Implementing Classes:
BasicScriptController

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

logInfo

void logInfo(java.lang.String info)

beginTransaction

void beginTransaction()
                      throws SystemException
Begins a transaction on the named database

Throws:
SystemException

commitTransaction

void commitTransaction()
                       throws SystemException
Ends a transaction on the named database

Throws:
SystemException

setRequest

void setRequest(javax.servlet.http.HttpServletRequest request)
A method to get the request for this script



Copyright © 2005 InfoGlue.org All Rights Reserved.