]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/nodes/class_NodeHelper.php
Wrapper added for node list
[hub.git] / application / hub / interfaces / nodes / class_NodeHelper.php
index 36b221729ca4c39a7119d5b141b54727e090a01d..1822552eedbb8a93b808176522ea80d6a16f7465 100644 (file)
@@ -65,6 +65,27 @@ interface NodeHelper extends FrameworkInterface {
         * @return      void
         */
        function activateHub (Requestable $requestInstance, Responseable $responseInstance);
+
+       /**
+        * Generates a session id which will be sent to the other hubs and clients
+        *
+        * @return      void
+        */
+       function bootstrapGenerateSessionId ();
+
+       /**
+        * Initializes the listener pool (class)
+        *
+        * @return      void
+        */
+       function initializeListenerPool ();
+
+       /**
+        * Restores a previously stored node list from database
+        *
+        * @return      void
+        */
+       function bootstrapRestoreNodeList ();
 }
 
 //