]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/connectors/class_Connectable.php
Now configurable static IPs are supported, Connectable rewritten, docs updated
[hub.git] / application / hub / interfaces / connectors / class_Connectable.php
index bd6e7c4a13a40b85de5037ded81b81230ed64e3c..cbce5c9de2039116e35cf0d97ec354e823fe87bc 100644 (file)
  */
 interface Connectable extends FrameworkInterface {
        /**
-        * Handles all pending queries. This method should be called by the
-        * ActiveTaskVisitor class and should use an iterator on all pending
-        * queries.
+        * Handles all pending requests/what ever. This method should be called by
+        * the ActiveTaskVisitor class and should use an iterator on all pending
+        * requests/queries/queues.
         *
         * @return      void
         */
-       function handlePendingQueries ();
+       function handlePanding ();
 }
 
 // [EOF]