Пример #1
0
  /** onStart */
  protected synchronized void onStart() {

    // start the scheduler
    //
    LogUtils.debugf(this, "start: Starting linkd scheduler");
    m_scheduler.start();

    // Set the status of the service as running.
    //

  }