/** {@inheritDoc} */
  @Override
  public void onKernalStart() throws GridException {
    super.onKernalStart();

    if (preldr != null) preldr.onKernalStart();
  }