* It should be set as auto-commit <br>
* @exception Exception.
*/
public WatchdogControl(LogAgent logAgent, Connection choreConnection) throws Exception{
this.choreConnection = choreConnection;
choreProcess = new ChoreProcess(choreConnection);
choreProcess.setLogAgent(logAgent);
}