/**
* Creates an instance of this class
*
- * @return $dhtInstance An instance of a Distributable class
+ * @return $dhtInstance An instance of a Distributable class
*/
public final static function create??? () {
// Get new instance
protected function registerNodeByMessageData (array $messageData) {
// Check if searchData has entries
assert(count($this->searchData) > 0);
+ $this->debugOutput('messageData=' . print_r($messageData, true));
// Get a wrapper instance
$wrapperInstance = ObjectFactory::createObjectByConfiguredName('node_list_db_wrapper_class');
assert(!is_null($entriesInstance));
// Get DHT instance
- $dhtInstance = DhtObjectFactory::createDhtInstance($nodeInstance);
+ $dhtInstance = DhtObjectFactory::createDhtObjectInstance($nodeInstance);
// Render the XML content
$templateInstance->renderXmlContent();