/**
  *  Start this unit of work
  *
  *  @access protected
  *  @return void
  *
  */
 public function start()
 {
     $this->oProcessor->start();
 }