]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/nodes/class_NodeHelper.php
Hub project continued: (I have now a little more time)
[hub.git] / application / hub / interfaces / nodes / class_NodeHelper.php
index d969b273521c80e5b9503544933a05a5bb365a37..80addaf8144a865b3af0ef82970ee9e410cfd527 100644 (file)
@@ -82,6 +82,13 @@ interface NodeHelper extends FrameworkInterface {
         */
        function bootstrapGenerateSessionId ();
 
+       /**
+        * Generates a private key for en-/decryption
+        *
+        * @return      void
+        */
+       function bootstrapGeneratePrivateKey ();
+
        /**
         * Initializes the listener pool (class)
         *
@@ -131,6 +138,13 @@ interface NodeHelper extends FrameworkInterface {
         * @return      void
         */
        function addElementsToDataSet (StoreableCriteria $criteriaInstance, Requestable $requestInstance);
+
+       /**
+        * Updates/refreshes node data (e.g. state).
+        *
+        * @return      void
+        */
+       function updateNodeData ();
 }
 
 // [EOF]