public String getBroadcastComment() {

    if (_transport == null) {
      return "";
    }

    return _transport.getBroadcastComment();
  }