]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 package org.simantics.db.request;\r
2 \r
3 public interface Request {\r
4 \r
5         /*\r
6          * The integer value obtained from this method can be used to determine\r
7          * the evaluation thread of the request.\r
8          * \r
9          * @return A non-negative integer value\r
10          * \r
11          */\r
12         int threadHash();\r
13         \r
14 }\r