]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/request/Request.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / request / Request.java
diff --git a/bundles/org.simantics.db/src/org/simantics/db/request/Request.java b/bundles/org.simantics.db/src/org/simantics/db/request/Request.java
new file mode 100644 (file)
index 0000000..412850a
--- /dev/null
@@ -0,0 +1,14 @@
+package org.simantics.db.request;\r
+\r
+public interface Request {\r
+\r
+       /*\r
+        * The integer value obtained from this method can be used to determine\r
+        * the evaluation thread of the request.\r
+        * \r
+        * @return A non-negative integer value\r
+        * \r
+        */\r
+       int threadHash();\r
+       \r
+}\r