]> gerrit.simantics Code Review - simantics/platform.git/blob - Request.java
ef605a53bcf5b1b392b8d03469d3bf1f1d598811
[simantics/platform.git] / 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 }