]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/helper/nodes/class_NodeHelper.php
Rewrites, some more methods:
[hub.git] / application / hub / interfaces / helper / nodes / class_NodeHelper.php
index 4d04840a63113b889d11c8b7af41d5e956724841..eaf24ce945ad2dd0a9341a0ad9896784ace8bc3e 100644 (file)
@@ -32,13 +32,6 @@ interface NodeHelper extends Helper {
         */
        function doBootstrapping ();
 
-       /**
-        * Initializes hub-specific queues
-        *
-        * @return      void
-        */
-       function initQueues ();
-
        /**
         * Outputs the console teaser. This should only be executed on startup or
         * full restarts. This method generates some space around the teaser.
@@ -104,7 +97,7 @@ interface NodeHelper extends Helper {
         * @return      void
         * @throws      NodeAlreadyAnnouncedException   If this hub is already announced
         */
-       function announceSelfToUpperNodes (Taskable $taskInstance);
+       function announceToUpperNodes (Taskable $taskInstance);
 
        /**
         * Does a self-connect attempt on the public IP address. This should make
@@ -118,10 +111,9 @@ interface NodeHelper extends Helper {
        /**
         * "Getter for address:port combination
         *
-        * @param       $handlerInstance        An instance of a Networkable class
-        * @return      $addressPort            A address:port combination for this node
+        * @return      $addressPort    A address:port combination for this node
         */
-       function getAddressPort (Networkable $handlerInstance);
+       function getAddressPort ();
 
        /**
         * Adds hub data elements to a given dataset instance