@Override
  protected final void indicating(ExtendedDataInputStream in) throws Exception {
    /*
     * Receive remoteAdapterUUID
     */
    this.remoteAdapterUUID = (String) in.readObject();

    LOGGER.info("indicating(), sender: " + this.remoteAdapterUUID);

    this.doIndicating(in);
  }