]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/nodes/class_NodeHelper.php
A lot files renamed (sorry guys for the mess) and moved to sub directories
[hub.git] / application / hub / interfaces / nodes / class_NodeHelper.php
index 6480248ae8d9473694a6b7f8951c050a74d59a94..dc96ab30a5d7458c020c394e23a03565fbf298c4 100644 (file)
@@ -63,7 +63,7 @@ interface NodeHelper extends FrameworkInterface {
         * @param       $responseInstance       A Responseable class
         * @return      void
         */
-       function bootstrapAcquireHubId (Requestable $requestInstance, Responseable $responseInstance);
+       function bootstrapAcquireNodeId (Requestable $requestInstance, Responseable $responseInstance);
 
        /**
         * Activates the hub by doing some final preparation and setting
@@ -96,13 +96,6 @@ interface NodeHelper extends FrameworkInterface {
         */
        function bootstrapRestoreNodeList ();
 
-       /**
-        * Add some node-specific filters
-        *
-        * @return      void
-        */
-       function addExtraNodeFilters ();
-
        /**
         * Announces this hub to the upper (bootstrap or list) hubs. After this is
         * successfully done the given task is unregistered from the handler.