X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fnodes%2Fclass_NodeHelper.php;h=80addaf8144a865b3af0ef82970ee9e410cfd527;hb=837aefc0292c2a37fedd8ce06d3b57b05a112a36;hp=d969b273521c80e5b9503544933a05a5bb365a37;hpb=c13ca7c93ee55b02d1d3320fca5d2d8d6e953768;p=hub.git diff --git a/application/hub/interfaces/nodes/class_NodeHelper.php b/application/hub/interfaces/nodes/class_NodeHelper.php index d969b2735..80addaf81 100644 --- a/application/hub/interfaces/nodes/class_NodeHelper.php +++ b/application/hub/interfaces/nodes/class_NodeHelper.php @@ -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]