]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db/src/org/simantics/db/request/Request.java
New splash.bmp with version 1.36.0
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / request / Request.java
1 package org.simantics.db.request;
2
3 public interface Request {
4
5         /*
6          * The integer value obtained from this method can be used to determine
7          * the evaluation thread of the request.
8          * 
9          * @return A non-negative integer value
10          * 
11          */
12         int threadHash();
13         
14 }